Dejan Bosanac created QPID-4440:
-----------------------------------

             Summary: Add destination prefixes for destinations in JMS client
                 Key: QPID-4440
                 URL: https://issues.apache.org/jira/browse/QPID-4440
             Project: Qpid
          Issue Type: Improvement
          Components: Java Client
    Affects Versions: 0.18
            Reporter: Dejan Bosanac


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to