• 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

JMS Bridge between Active MQ and WebLogic

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on a migration project where we have implemented JMS server from WebLogic to Active MQ. THe problem is that the client is still on weblogic and we dont wish to change that .

The connection factory used in server is or.apache.context.InitialContextFactory whereas in weblogic its org.weblogic.WLConnectionFactory. Please help in creating a bridge between these two.

Can't we create a JNDI factory by "org.weblogic....." in active MQ and use it for look up.

Please help.
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch, Saurabh!

I'm afraid that this is utterly the wrong place to ask that question, since the experts you need are likely to be in vendor-specific forums, and Tomcat doesn't natively support JMS at all.

From the sound of it, what you need to do is forward messages from Active MQ to WebLogic, but I would ask in the WebLogic forum about that.
 
I would challenge you to a battle of wits, but I see you are unarmed - shakespear. Unarmed tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic