I unsuccessfully use WLST to modify the jmsmodule.xml file on the Internet. I have to achieve this programmatically, and not use the Weblogic Console. However, I “wrote down” the commands in the console. However, the recorded commands do not work when typed into the WLST script online python. These are the commands that are not executed:
cmo.setPriority(-1)
cmo.setDeliveryMode('Persistent')
cmo.setTimeToDeliver('-1')
cmo.setTimeToLive(-1)
Error that spits out: AttributeError: setPriority
Any ideas? Thanks in advance.
source
share