• 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

Failed to create bridge between Weblogic JMS and remote MQ(Linux)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to send messages from Mq queue(remote on linux) onto JMS queue on Weblogic server. But I'm getting failed to connect to the source.

Below is the values I hv set for JMS Bridge Destination created for MQ.

Connection URL: file:///apps/oracle/user_projects/domains/FCUBSDomain/MKB_IIB_JNDI
Initial Context Factory: com.sun.jndi.fscontext.RefFSContextFactory


Have created the bindings as below:

InitCtx> define QCF(confact) QMGR(ESB_QM1) tran(client) chan(JMS.STREAMS.SVRCONN) host(whf00aei.in.oracle.com) port(1414)

InitCtx> define q(TEST) qmgr(ESB_QM1) queue(TEST)

InitCtx> end

And I have copied the bindings file onto weblogic server in the path, //apps/oracle/user_projects/domains/FCUBSDomain/MKB_IIB_JNDI


Please help me with the solution.

Kind Regards.
Vidya
 
Power corrupts. Absolute power xxxxxxxxxxxxxxxx is kinda neat.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic