What is Publish/Subscribe Messaging in JMS ?



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

Post New Answer

More JMS Interview Questions

What is the purpose of jms?

0 Answers  


In which situations we are using jms?

0 Answers  


How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?

0 Answers  


What is a durable queue?

0 Answers  


What is the main parts of jms applications?

0 Answers  






What is the difference between Point to Point and Publish/Subscribe Point-to-point (P2P)

1 Answers  


Mention different types of messages available in JMS API?

0 Answers  


What are the types of messaging?

1 Answers  


What is a text message?

0 Answers  


What is a JMS client?

0 Answers  


What is the functionality of jms message consumers?

0 Answers  


What is hermes software?

0 Answers  


Categories