Why do the JMS dbms_aqadm.add_subscriber and dbms_aqadm.remove_subscriber calls sometimes hang when there are concurrent enqueues or dequeues happening on the same queue to which these calls are issued?
1 2380Why do the TopicSession.createDurableSubscriber and TopicSession.unubscribe calls raise JMSException with the message "ORA - 4020 - deadlock detected while trying to lock object"?
1 2060Why doesn't AQ_ADMINISTRATOR_ROLE or AQ_USER_ROLE always work for AQ applications using Java/JMS API?
1 3482
Which are the benefits of mdb (message driven beans) over standard jms consumers?
For JMS-enabled application, what are the core JMS-related objects required?
How can an application do a jms operation and have it succeed, independent of the result of the transaction?
How to check jms messages in weblogic?
What is a message topic?
Explain Reliability Mechanisms in JMS?
What is difference between JMS and Web Services?
What is the difference between java mail and jms queue?
What is a distributed queue?
What are the types of messages that are supported by JMS?
What is the functionality of a message listener in the context of jms?
What are jms topics and queues?
How the jms is different from rpc?
Can two jms servers share the same persistent store?
How do I start jms server?