• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

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
 
reply
    Bookmark Topic Watch Topic
  • New Topic