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.