1.

For Jms-enabled Application, What Are The Core Jms-related Objects Required?

Answer»

The CORE JMS-related OBJECTS that are required are –
•The CONNECTION object
•One or more sessions within a connection that provides a context for MESSAGE SENDING and receiving.
•A topic or queue object within a session representing the destination within the message broker.
•Appropriate sender or publisher or receiver within a session.

The core JMS-related objects that are required are –
•The connection object
•One or more sessions within a connection that provides a context for message sending and receiving.
•A topic or queue object within a session representing the destination within the message broker.
•Appropriate sender or publisher or receiver within a session.



Discussion

No Comment Found