• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
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
 
Would you like to try a free sample? Today we are featuring tiny ads:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic