Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2019-01-25 07:30:09
Size: 156
Editor: PieterSmit
Comment:
Revision 4 as of 2019-01-27 21:47:04
Size: 392
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= RabbitMq [[amqp]] implementation = = RabbitMq an amqp implementation =
 * Links [[amqp]]
Line 4: Line 5:
  * curl -k -u user@email.com:<PASS> https://amqp.cloudamqp.com/api/queues/<PRD?/<qname.q> | jq .
  * To filter out some fields with jq
    * ''' | jq ". | del(.consumer_details)" '''
    * ''' | jq .messages '''

RabbitMq an amqp implementation

RabbitMq (last edited 2019-05-29 08:27:17 by PieterSmit)