Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ricardozanini/amq-sample-interceptor
- Owner: ricardozanini
- License: apache-2.0
- Created: 2018-07-16T15:00:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T19:10:36.000Z (over 6 years ago)
- Last Synced: 2024-10-31T06:07:39.360Z (2 months ago)
- Topics: amq7, amqp, redhat
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```