Re: Artemis JMS client: Can I stream body of ActiveMQTextMessage?

2025-05-08 Thread Justin Bertram
> Would you be interested in a PR that adds this type of control to the JMS consumer client? I would absolutely be interested in that. They key will be making it easily configurable with no requirements to change code (e.g. using a parameter in the connection URL). Justin On Thu, May 8, 2025 at

Re: Artemis JMS client: Can I stream body of ActiveMQTextMessage?

2025-05-08 Thread Alexej Timonin
Thank you all for taking your time to respond to me. @Justin, no I don't use the pattern because I don't have any control over producers, they send text messages (3 in type header). I have come to the conclusion that I've to use the Core API because there I can access the ClientMessage and check if