You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2015/02/05 14:03:34 UTC

[jira] [Commented] (AMQ-5558) Make activemq-client jar executable and able to send/receive messages

    [ https://issues.apache.org/jira/browse/AMQ-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14307178#comment-14307178 ] 

Dejan Bosanac commented on AMQ-5558:
------------------------------------

Took a bit different approach to this. I created producer and consumer commands with http://git-wip-us.apache.org/repos/asf/activemq/commit/9f0ab46e

they can be called from the shell like

{code}bin/activemq producer
bin/activemq consumer{code}

with a lot of options. I'll enable these commands in Karaf as well. Also, I plan to add all features from the old ant examples so we can remove them. Missing features:

* durable subscribers
* request/reply
* ack modes

> Make activemq-client jar executable and able to send/receive messages
> ---------------------------------------------------------------------
>
>                 Key: AMQ-5558
>                 URL: https://issues.apache.org/jira/browse/AMQ-5558
>             Project: ActiveMQ
>          Issue Type: New Feature
>    Affects Versions: 5.11.0
>            Reporter: Dejan Bosanac
>            Assignee: Dejan Bosanac
>
> It would be nice to have basic verification/example tool builded directly in activemq-client.jar, so that folks can do something like 
> {code}java -jar lib/activemq-client-xxx.jar producer
> java -jar lib/activemq-client-xxx.jar consumer{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)