Re: Re: Re: pause acceptance and delivery of messages in ActiveMQ 5.16.3

2022-01-30 Thread Justin Bertram
stom check to see if messages need to be intercepted > letPass = false; > } > } > return letPass; > } > > } > > Hannes > > > > Gesendet: Samstag, 20. November 2021 um 00:43 Uhr > Von: "Justin Be

Aw: Re: Re: pause acceptance and delivery of messages in ActiveMQ 5.16.3

2021-11-21 Thread hannes bauer
rn letPass; } } Hannes   Gesendet: Samstag, 20. November 2021 um 00:43 Uhr Von: "Justin Bertram" An: users@activemq.apache.org Betreff: Re: Re: pause acceptance and delivery of messages in ActiveMQ 5.16.3 I'm confused about the nature of your use-case. You originally said tha

Re: Re: pause acceptance and delivery of messages in ActiveMQ 5.16.3

2021-11-19 Thread Justin Bertram
I'm confused about the nature of your use-case. You originally said that you were using ActiveMQ 5.16.3, but in this latest email you mention intercepting things like ClusterTopologyChangeMessage_V4, CreateSessionMessage_V2, CreateSessionResponseMessage, etc. which are used exclusively by ActiveMQ

RE: Re: pause acceptance and delivery of messages in ActiveMQ 5.16.3

2021-11-19 Thread hannes bauer
Thank you very much for the possible solutions. I finally was able to try the approach with the interceptor and it works great for intercepting messages send to the broker using SessionSendMessage to filter the messages I want to intercept. Unfortunately, it does not intercept messages sent from