Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The mq-client.jar functionality has been moved to the Karaf shell. #6

Open
wants to merge 1 commit into
base: jboss-fuse-6.2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/fabric-ha-setup-master-slave.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ the slaves. Example:

First lets start a consumer running against a broker running in the `amq-west` group:

java -jar extras/mq-client.jar consumer --user admin --password admin --brokerUrl "discovery:(fabric:amq-west)"
JBossFuse:karaf@root> activemq:consumer --user admin --password admin --brokerUrl "discovery:(fabric:amq-west)"

Then lets start a producer running against a broker running in the `amq-east` group:
Launch a new Karaf client `bin/client` or `bin\client.bat`

java -jar extras/mq-client.jar producer --user admin --password admin --brokerUrl "discovery:(fabric:amq-east)"
JBossFuse:admin@root> activemq:producer --user admin --password admin --brokerUrl "discovery:(fabric:amq-east)"