You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Rob Davies (JIRA)" <ji...@apache.org> on 2009/07/31 08:51:34 UTC

[jira] Resolved: (AMQ-1008) Stomp support for implict creation of temporary destinations: saves server side resources

     [ https://issues.apache.org/activemq/browse/AMQ-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies resolved AMQ-1008.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 5.4.0)
                   5.3.0

> 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
>            Assignee: Rob Davies
>             Fix For: 5.3.0
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.