What is Publish/Subscribe Messaging in JMS ?
Answer / 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 |
What is jms full form?
What is asynchronous messaging?
For sending messages through JMS, what encryption options are there?
What are the types of messaging?
Explain about Connection factory interface?
How to consume message from jms queue in soa 12c?
What is the principle difference between the working mechanism of jms and rpc?
Why do we need jms?
What is jms queue in java?
How do I configure jdbc so that the jms jdbc store recovers automatically?
What is mean by jms?
Describe the concept of message driven bean clustering.