• 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

How to connect to a remote MQ Queue using Spring MDPs and Weblogic

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

We have an application where we have developed MDPs to listen to JMS Queues (In our case MQ). We are using weblogic server.

We were able to configure test queues on our local development weblogic box . We were able to drop a message and the MDP was invoked and did the required processing. HOWEVER , in real world, our MQ is remote. We are NOT going to use our Weblogic queues. i.e the Listenere will have to point to remote MQ hosted on a different box. What change is required to accomplish this ?

Relevant excerpt of our current jms-context.xml (config) file is as follows :


Any thoughts what changes do I make, of course , apart from changing the server name and port . Any help appreciated.

Thanks,
Milan
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic