MDB Dynamic Queue Producers
Hi,
MDB’s will need to be configured to consume messages from queues hosted in Tibco environments. That’s not a huge deal, we already know how to handle that.
The wrinkle that has just come up is that the group that manages the Tibco infrastructure has suggested that since the data in the queues is application specific and transient that we should have the producers created queues dynamically at runtime as opposed to having them created by administrators ahead of time. On the producer side that’s trivially easy to do.
My question is, do you know of any way that an MDB could be configured to consume messages from a dynamically created queue as opposed to having it statically configured in either the deployment descriptors or annotations? This would apply to any WLS 10.3.X (starting with .2) and 12.1.X as well
0