>Not sure what exactly you mean here. Do you intend to use a >transactional JMS session? You can configure >a transaction between your producer and your broker as well as between >the broker and your consumer.
What i am going to ask is any different between transaction in producer,broker and that in broker, consumer. For example: Background: 1. transaction between producer and broker 2. Auto acknowledge between broker and consumer Scenario: i send transaction A (with 10 messages) from producer to broker, how broker send to consumer? Does it consider these 10 messages as one transaction or 10 messages or 1 message? if any of these 10 messages fail during broker to consumer, will it rollback all 10 message? -- View this message in context: http://activemq.2283324.n4.nabble.com/Two-conceptual-questions-in-producer-and-consumer-tp3657421p3659960.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.