• 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 configure JMS Listener Container in Spring with a reference to Websphere Listener.

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am looking for a way to configure JMS Listener Container with a reference to WebSphere Listener instead of WebSphere Queue to which listener is listen to. So that when I stop WebSphere Listener from
WebSphere Admin Console, below mention Jms listener should not be able to receive any message from a queue to which it listens.

In below configuration,I have referred queue name in destination attribute of ms:listener, I want a way to refer to refer a listener(listens to Queue) name instead of queue name.




Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic