Answer Posted / neeraj
Queue is point to point mechanism ( means once message is
picked up from queue no one else can pick up message )
while topic is pub sub mechanism ( means one Publisher and
different subscriber)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is jms connection?
What is difference between queue and topic?
What are jms channels?
What is jms correlation id?
How do I start wls and configure jms?
How to Send object as message in JMS?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)?
Can two jms servers share the same persistent store?
What is message oriented middleware?
What is a connection factory?
What type of messaging is provided by JMS?
Where is jms used?
How do I configure jms security?
Is jms an api?
Can we send message from one server to another server using jms?