[
https://issues.apache.org/jira/browse/AMQ-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14317982#comment-14317982
]
Dejan Bosanac commented on AMQ-5558:
------------------------------------
This now works in Karaf as well, you can do
{code}activemq:producer
activemq:consumer{code}
Also, I made activemq-all jar executable, so you can do things like
{code}java -jar target/activemq-all-5.12-SNAPSHOT.jar start
java -jar target/activemq-all-5.12-SNAPSHOT.jar producer
java -jar target/activemq-all-5.12-SNAPSHOT.jar consumer
java -jar target/activemq-all-5.12-SNAPSHOT.jar stop{code}
Next, I need to implement a couple more features that are missing so we can
remove old ant examples and document all this.
> 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)