Stomp support for implict creation of temporary destinations: saves server side 
resources
-----------------------------------------------------------------------------------------

                 Key: AMQ-1008
                 URL: https://issues.apache.org/activemq/browse/AMQ-1008
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Broker
         Environment: N/A
            Reporter: Sileshi Kassa


It is quite simple to extend the existing Stomp destination header field and  
AMQ Stomp
server to support a prefix for temporary queue and topic as follows:

destination: /tempqueue/a
                     /temptopic/b

This does not change the protocol since destination is opaque
from the protocol point of view. The semantics of it is left
to Stomp server implementation.

This will save a lot of server resources from being wasted. 
For instance with RPC over Stomp implementation, it takes
two queues: request queue and reply queue.

A reply queue should be a temp queue in this case.

I have discussed this on both Stomp dev and AMQ user forums.
Here is the link:
http://www.nabble.com/Implicit-AMQ-Temp-Queue-and-Topic-creation-support-tf2516578.html


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to