Advertisement
Guest User

Untitled

a guest
May 18th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. amqp-publish -u amqp://guest:guest@127.0.0.1/%2f -r "queue.udrive.ustorage" -e "directExchangeUdrive" -b "$msg"
  2.  
  3. amqp-publish -u amqp://guest:guest@127.0.0.1/%2f -r "queue.udrive.ustorage" -e "directExchangeUdrive" -p -C application/json "$msg"
  4. Usage: amqp-publish [-?] [-u|--url=amqp://...] [-s|--server=hostname] [--port=port] [--vhost=vhost] [--username=username]
  5. [--password=password] [--ssl] [--cacert=cacert.pem] [--key=key.pem] [--cert=cert.pem] [-e|--exchange=exchange]
  6. [-r|--routing-key=routing key] [-p|--persistent] [-C|--content-type=content type] [-t|--reply-to=reply to]
  7. [-l|--line-buffered] [-E|--content-encoding=content encoding] [-b|--body=body] [-?|--help] [--usage] [OPTIONS]...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement