Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ricardozanini/amq-sample-interceptor

A sample interceptor to log incomig and outcoming messages in the AMQ7 broker
https://github.com/ricardozanini/amq-sample-interceptor

amq7 amqp redhat

Last synced: 19 days ago
JSON representation

A sample interceptor to log incomig and outcoming messages in the AMQ7 broker

Awesome Lists containing this project

README

        

### Debug:
```
export DEBUG_ARGS="-Xdebug -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:8888,server=y,suspend=n"
```

### Producer:
```
./bin/artemis producer --url tcp://localhost:61616 --destination --user admin --password admin --message-count 1 --protocol amqp
```

### Consumer:
```
./bin/artemis consumer --url tcp://localhost:61616 --destination --user admin --password admin --protocol amqp
```