Skip to content
Snippets Groups Projects
Commit 99dbe44a938d authored by Jean-Francois Pieronne's avatar Jean-Francois Pieronne
Browse files

rmqpluscmd.template initial version

parent 17b8dc2f8006
No related branches found
No related tags found
No related merge requests found
$!
$! Template file for rmqpluscmd.com
$!
$! Ip of the RabbitMQ server
$ define RMQPLUS_HOSTNAME x.x.x.x
$!
$ define RMQPLUS_PORT "5672"
$!
$ define RMQPLUS_VHOST "/"
$!
$! If you don't want to use the default exchange
$! uncomment the following to define the exchange needed
$! define RMQPLUS_EXCHANGE "amq.direct"
$!
$! Routing key, with default exchange, the queue you want to route the
$! messages
$ define RMQPLUS_ROUTING_KEY "queue_name"
$!
$ define RMQPLUS_USERNAME "username"
$!
$ define RMQPLUS_PASSWORD "password"
$!
$ run rmqplus
$
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment