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 |
Explain load blancing alogarthims in cluster??
Can we add JBoss server instance to weblogic cluster?
Which memory space does thread stack get allocated from?
What is the format of the log message out to standard out?
How do I use jta transactions within an mdb? : BEA Weblogic
What causes java.io exceptions in the log file? : BEA Weblogic
where can we set classpath, which will reflect to whole domain
How do stubs function inside weblogic server cluster at the time of failure?
How do I turn the auto-deployment feature off?
How to configure jms?
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?
howmany types in garbage collection