Results 1 to 1 of 1

Thread: How to implement JMS Remoting that is transactional (even participate in XA)

  1. #1
    Join Date
    Jun 2006
    Location
    Linz, Austria (Europe)
    Posts
    30

    Question How to implement JMS Remoting that is transactional (even participate in XA)

    The Spring remoting model is pretty flexible when it comes to offering a broad set of protocols. However the reference documentation explicitly states that its support of JMS remoting is kind of basic:

    "The JMS remoting support in the Spring Framework is pretty basic - it sends and receives on the same thread and in the same non-transactional Session,..."
    I'm currently evaluating the possibility of implementing JMS remoting that can participate in XA transactions.
    If anybody has tried this I'd appreciate any helpful comment. Any technical reason why this is not built into the Spring JMS remoting support?

    A few posts to this forum indicate that a few have already tried to work on that feature but no clear feedback has been given if any of those have succeeded!
    Last edited by martinahrer; Aug 25th, 2010 at 04:58 AM.

Tags for this Thread

Posting Permissions

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