Results 1 to 2 of 2

Thread: Does JMSTemplate support XA?

  1. #1

    Default Does JMSTemplate support XA?

    Few questions on JMS Facade:

    Does JMSTemplate support XA?
    Does codehouse Messenger support XA?
    How to configure and run codehouse Messenger?

    PS: Wonder does anybody have an example of usage codehouse version of Messenger with and without XA? The Jakarta version has some support classes for XML-based configuration(MessengerDigester) and the factory MesssageManager. Unf codehouse version of Messenger contains just the core of framework classes. It looks like I would probably have to write a singleton to do configuration for codehouse Messenger, but I want to avoid it.

  2. #2
    Join Date
    Aug 2004
    Location
    Linz, Austria
    Posts
    391

    Default

    What do you mean with Codehouse Messenger? I have not heard of any such product. Do you mean ActiveMQ, which resides at Codehaus?

    Anyway, regarding Spring's JmsTemplate: Spring's JMS support is designed to seamlessly participate in transactions, be it local JmsTransactionManager or global JTA XA transactions. It should simply work. There are no known issues in that area.

    Juergen

Similar Threads

  1. Replies: 7
    Last Post: Feb 1st, 2007, 01:47 AM
  2. JmsTemplate and Acknowledge
    By mbarlotta in forum JMS
    Replies: 3
    Last Post: Nov 14th, 2005, 07:09 PM
  3. Replies: 2
    Last Post: Sep 7th, 2005, 07:10 AM
  4. Replies: 1
    Last Post: Aug 2nd, 2005, 08:27 AM
  5. DAO Support without EJB Support
    By aryjr in forum EJB
    Replies: 1
    Last Post: Jul 11th, 2005, 10:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •