Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rmqplus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
WASD
rmqplus
Commits
99dbe44a938d
Commit
99dbe44a938d
authored
4 years ago
by
Jean-Francois Pieronne
Browse files
Options
Downloads
Patches
Plain Diff
rmqpluscmd.template initial version
parent
17b8dc2f8006
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rmqpluscmd.template
+24
-0
24 additions, 0 deletions
rmqpluscmd.template
with
24 additions
and
0 deletions
rmqpluscmd.template
0 → 100644
+
24
−
0
View file @
99dbe44a
$!
$! 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
$
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment