Answer Posted / maanya shree
Pub/sub messaging has the following characteristics :
a) Each message can have multiple consumers.
b)Publishers and subscribers have a timing dependency. A client that subscribes to a topic can consume only messages published after the client has created a subscription, and the subscriber must continue to be active in order for it to consume messages.
What Point-to-Point Messaging in JMS ? view answer
a) Each message has only one consumer.
b) A sender and a receiver of a message have no timing dependencies. The receiver can fetch the message whether or not it was running when the client sent the message.
c)The receiver acknowledges the successful processing of a message.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about message listeners?
What is the difference between java mail and jms queue?
What is message listener container?
What is the procedure to configure jms security?
Can you use a foreign jms provider to drive an mdb transactionally?
What is Point-to-Point Approach?
What is the important part of JMS applications?
What are the types of communication provided by jms? Explain in detail.
What is jms message queue?
What is jms queue?
What is a queued message?
What is the use of jmstemplate in spring?
How you can deliver a java message to a non-java client?
What is jms message?
What is a jms connection?