What is Destination ?
Answer / neha
Destination is the object into which a JMS client targets its messages. Also the JMS client receives messages from the destination. And hence the JMS system is loosely coupled .
| Is This Answer Correct ? | 0 Yes | 0 No |
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?
What are the different types of messaging systems?
Explain about JMS queue?
What is the difference between pub/sub and Point to Point i.e. p2p. ?
Why do I get java.security.AccessControlException when using JMS MessageListeners from Java stored procedures inside Oracle8i JServer?
What is the use of MapMessage?
How you can deliver a java message to a non-java client?
What is the best message queue?
What is a text message?
What is the difference between java mail and jms queue?
How to send xml message to jms queue using java?
Explain Asynchronous Message Consumption in JMS?