You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by jkorab <gi...@git.apache.org> on 2014/11/13 16:15:51 UTC

[GitHub] activemq pull request: Added logic for temporary destinations in p...

GitHub user jkorab opened a pull request:

    https://github.com/apache/activemq/pull/49

    Added logic for temporary destinations in producer and consumer.

    The test tool now supports the use of the temp-queue: and temp-topic: prefixes in addition to queue: and topic:.
    
    Functionality is as follows:
    activemq-perf:consumer -Dconsumer.destName=temp-queue://foo 
    Code ignores "foo", and creates a temporary queue with an ActiveMQ client-generated name.
    activemq-perf:producer -Dconsumer.destName=temp-queue://foo 
    Code sends messages to a queue called "temp-queue://foo".
    
    Unit tests included. Verified as working correctly against a 5.10 broker.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jkorab/activemq AMQ-5436

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq/pull/49.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #49
    
----
commit 83f86fd18c731d5c68d6253a90d47c7eff9d914d
Author: Jakub Korab <ja...@gmail.com>
Date:   2014-11-13T15:09:10Z

    Added logic for temporary destinations in producer and consumer using the temp-topic: and temp-queue: prefixes.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq pull request: Fixed AMQ-5436. Added logic for temporary d...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq/pull/49


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---