• 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 5 to WebSphere MQ

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm migrating an application from Weblogic to JBOSS 5.1 EAP. Our Application in Weblogic currently posts Weblogic JMS messages to IBM MQ via Weblogic's messaging bridge. Bridge is used for reliability. There is some native code that web logic bridge uses to convert the JMS message to MQ format. However, Jboss 5.1 Bridges do not seem to have the ability to convert JMS messages to Native MQ format. So, the consuming applications
can't understand and process the message that comes in with JMS headers.

Does anybody know how to configure a JBOSS 5.1 Bridge such that the bridge service converts JMS messages to MQ format?
What are the other options for reliable messaging between JBOSS 5.1 and IBM MQ?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic