Skip to content

d0k1/artemis-queue-filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

JMS queue filtering

This simple example shows a technique for dropping some messages from a queue of Apache ActiveMQ Artemis.

I wanted to avoid a lot of broken messages being processed, so I created this simple example.

This application connects to a broker, and receives messages one by one. When it receives a broken message the app just acknowledges it. Artemis removes acknowledged message from a queue. On the other hand, when the app receives a valid message, the app send it back to the queue.

Releases

No releases published

Packages

No packages published

Languages