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
What is jms message queue?
For JMS-enabled application, what are the core JMS-related objects required?
Is jmstemplate thread safe?
How to consume message from jms queue in soa 12c?
What is a message topic?
What are jms topics and queues?
What is a messaging service?
What is jms (java messaging service)?
Is it possible to create both queues and topics to single jms server? if yes then how it works?
What is ems queue?
What is mean by jms?
What is a JMS client?
Detail about the features of publish model?
Can we use jms for sending automated e-mails?
What is a jms listener?