• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBoss 2pc JTA between JDBC and JMS

 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JBoss brochure says: JBoss transactions enables distributed transactions to span application server instances and multiple heterogenous data sources including JDBC databases and XA-compliant messaging systems.

Article in JavaWorld dated 4/27/2007 says: Also there is no support for JMS resources, only database resources are supported.

I have not found any information on web to support JBoss claim for XA-compliant messaging systems (JMS).

Has JBoss made changes to this that goes along with there sales brochure?

Garth
[ August 26, 2008: Message edited by: garth schneider ]
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe that the latest versions of JBoss Messaging are supported within distributed transaction.

Note that JBoss Messaging comes with JBoss EAP 4.3 and JBoss AS 5.0. Prior versions (4.2.x, 4.0.x) use JBossMQ, but you can replace JBossMQ with JBoss Messaging (in any 4.2.x version, and in later 4.0.x versions).
 
garth schneider
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My question really is can JBoss Transactions (JBossTS 4.2) implement a global transaction that will allow both a JDBC resource and a JMS resource to participate in the same JTA (2pc) transaction?

Thanks,
Garth
[ August 27, 2008: Message edited by: garth schneider ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic