aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes JMS acknowledge in message producer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "JMS acknowledge in message producer" Watch "JMS acknowledge in message producer" New topic
Author

JMS acknowledge in message producer

Sankar Subbiramaniam
Ranch Hand

Joined: Oct 03, 2000
Posts: 116
Hi,
What is the role plyed by "acknowledgement mode" in a session for message producers ?
(Say) I have a messageproducer in Application server sending message to a JMS server residing in a different machine.
How does JMS support in guaranteeing that the message sent is delieverd to the Queue in JMS server ? Does the acknowledgemode specified while creating the session play any role ? If so how ?
Thanks in advance
Sankar
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JMS acknowledge in message producer
 
Similar Threads
JMS Consumers and MDB
MDB in weblogic problem
[JMS] communication between producer-consumer, different vendors
How to set a user's role
How does JMS do pulling?