Databases Reference
In-Depth Information
JMSAppConnectionFactory')
cmo.setXAConnectionFactoryEnabled(true)
activate()
exit()
See also
F Configuring the subdeployment targeting
Starting/stopping consumers for a JMS
destination
The WebLogic JMS subsystem allows a JMS destination queue to have its message operations
controlled when needed. A queue destination can have its consumers paused and resumed
on demand.
Getting ready
In this recipe, the JMSAppQueue queue will be used as an example. The message operations
will use the Administration Console, so make sure the Administration Server is up and running.
How to do it...
To pause the consumers operations for the JMSAppQueue queue, do the following:
1. Access the Administration Console with your web browser at http://adminhost.
domain.local:7001/console .
2. Click on the Lock & Edit button to start a new edit session.
3. Click on the plus sign to open the Services tree on the left; click on Messaging and
then JMS Servers.
4. Click on the JMSServer01 link to open the Configuration page. Click on the
Monitoring tab and then on the Active Destinations tab.
5. Click on the checkbox from the JMSAppModule!JMSServer01@JmsAppQueue
queue and click on the Consumption button. Then click on the Pause link.
 
Search WWH ::




Custom Search