• 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

getting resolved queue manager name from queue session

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a alias Queue Manager Name that I am using to create Queue Session. When session is created, the alias queue manager name resolved to a physical queue manager. I am required to retrieve this physical Queue Manager name and I need to pass this along with the message that I am queuing. I can see the Resolved Queue Manage name in the variables list of Queue Session when it is created. I do not find a way to retrieve this name. Any help is appreciated in finding the solution for this.
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Although this has been moved from advanced to intermediate, I don't think it belongs here either. I think this is a question about how to use a specific feature of some specific enterprise Java product. What product are we talking about? This should be moved to the forum for that product.
 
Siva Vu
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are talking about MQ JMS. And queue environment is cluster where one alias queue will be resolved to one of many physical queue. In my application QueueSession object properties/variables ( When we watch) list has the resolved queue manager. Why can't we get this resolved queue manager name? I haven't found any utility/method/way to get the resolved queue manager name anywhere. Why is this simple one is so hard?
reply
    Bookmark Topic Watch Topic
  • New Topic