Answer Posted / neha
The Java application which produces/consumes message is known as JMS Client.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give an example of using point to point model in JMS?
What is jms template?
What is the main parts of jms applications?
Which types of jdbc databases does weblogic jms support?
How does jms listener work?
What is a jms queue?
How do I handle request/response using jms?
Why do we use jms?
What is message oriented middleware?
What is a topic?
Explain about point to point?
Why do we use message queue?
What is jms server?
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?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems?