• 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

EJB 3 - MDB - Multiple Queues Listening Issue

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

We are trying to configure multiple queues on WAS and then listening it using the single MDB class.

In EJB 2.0, I found that this can be possible through XML configuration as suggested at the URL:
https://coderanch.com/t/320840/EJB-JEE/java/MDB-Listening-Multiple-Queues

But I didn't find any information on how this can be configured in EJB 3.0 using Annotations. Please share your inputs how this can be achieved in EJB 3.0 using Annotations.

Thanks in advance.

Regards.
 
Vaibhav G Garg
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please share your inputs on this. Eagerly waiting for response.
 
Ranch Hand
Posts: 253
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you configured queues in EJB 3 . I worked on WAS extensively. If you have any query let me know. I am happy to help you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic