Skip to content

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

License

Notifications You must be signed in to change notification settings

ricardozanini/amq-sample-interceptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <the queue> --user admin --password admin --message-count 1 --protocol amqp

Consumer:

./bin/artemis consumer  --url tcp://localhost:61616 --destination <the queue> --user admin --password admin --protocol amqp

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages