Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.18
-
None
Description
Currently there's no way to distinguish queues from topics in the JMS client. It'd be good to support that prefixes/postfixes are configurable so that different broker implementations could be easily supported.
For example, ActiveMQ uses queue:// or topic:// prefixes. So by letting it set something like
factory.setQueueNamePrefix("queue://")
we could easily migrate JMS clients to AMQP.
If something like this is OK with you, I can provide a patch.