• 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

Distributed Transaction Manager with SQLJDBC 4.0

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have following problem - bitronix doesn't support fully sqljdbc 4.0 and trying to recover something from already empty MSSQL (not sure why, but recovery is the first think that bitronix do). So i'm searching for new TM(maybe not atomikos, it's payed and there's no enough information about the free one). The idea is this new TM to support sqljdbc 4.0 driver and end to end relation between ActiveMQ and MSSQL (it will be used in JMS). For now I'm thinking to try MS DTC, but can't find how to use it and how actually work, how to configure it in the code and what should I use, because everything that I found on google is about to configure only in windows and not in the code (how it knows about activemq and mssql sides if only is configured in windows). Actually do I need some configuration on code? I'm open for any suggestions and ideas

I also asked same question in stackoverflow:
http://stackoverflow.com/questions/38163208/distributed-transaction-manager-with-sqljdbc-4-0
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic