What is the use of JMS? In which situations we are using JMS? Can we send message from one server to another server using JMS?
1 2093Can JMS utilities automatically re-establish a connection if one side of the communication link (i.e. an application that's sending/receiving messages) goes down and is restarted? Are there APIs to help detect that the other side broke a connection (went down)?
1 2228
How messaging services are done, before release of JMS?
1)difference between Collaborations and Collaboration Rule 2)difference between Standard eWay and multi-mode eWay 3)difference between STC iq and JMS iq's
Is it possible to create both queues and topics to single jms server? if yes then how it works?
What is difference between JMS and Web Services?
What is JMS API Architecture?
Explain Reliability Mechanisms in JMS?
How to Configure Open JMS?
How to Send object as message in JMS?
Explain Synchronous Message Consumption in JMS?
Explain Asynchronous Message Consumption in JMS?
What are the steps to send and receive JMS message ?
How may messaging models do JMS provide for and what are they?
If Sender has sent the message on a queue.If the JMS Primary Server went down and secondary Server get the message which is lost. Where is the message now?
Explain Client and EXplicit Client dupsOK Acknowledge modes in jms?
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.