Is it possible to set aside a message and acknowledge it later? : BEA Weblogic



Is it possible to set aside a message and acknowledge it later? : BEA Weblogic..

Answer / Man Mohan

Yes, Weblogic Server supports message selectors that allow you to set aside messages for further processing. This can be achieved using the `javax.jms.MessageConsumer.setMessageSelector()` method to specify a selector and the `Session.recover()` method to retrieve messages that match the specified selector. The messages will be acknowledged later using the `MessageProducer.acknowledge()` method.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Weblogic Interview Questions

Explain load blancing alogarthims in cluster??

1 Answers  


Can we add JBoss server instance to weblogic cluster?

1 Answers   Accenture, IBM,


Which memory space does thread stack get allocated from?

1 Answers  


What is the format of the log message out to standard out?

1 Answers  


How do I use jta transactions within an mdb? : BEA Weblogic

1 Answers  


What causes java.io exceptions in the log file? : BEA Weblogic

1 Answers  


where can we set classpath, which will reflect to whole domain

5 Answers   HP,


How do stubs function inside weblogic server cluster at the time of failure?

1 Answers  


How do I turn the auto-deployment feature off?

1 Answers  


How to configure jms?

1 Answers  


when we creates a domain, it creates one-startManagedWebLogic in bea user_projects\domains\MyDomain\bin dir. Suppose we have 2 or more than 2 managed severs in our unix env.how can we start all our managed servers. I know we have to copy startManagedWebLogic with server name.then wht to modify in the script to start ecah of the managed servers?

3 Answers   HP,


howmany types in garbage collection

7 Answers  


Categories