What is a durable queue?
No Answer is Posted For this Question
Be the First to Post Answer
Can 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)?
What type of messaging is provided by JMS?
How does a sender application transport/send a message through jms?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)?
What is jms topic?
Can two different jms services talk to each other? For instance, if a and b are two different jms providers, can provider a send messages directly to provider b? If not, then can a subscriber to provider a act as a publisher to provider b?
What is synchronous messaging?
Can we send message from one server to another server using jms?
What is Byte Message ?
What is jms server?
Explain about Connection interface?
In which situations we are using jms?