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

2025-05-08 Thread Alexej Timonin
er can send > at any given time and read them from an InputStream which will open the > transmit window as you read the data. > > > https://github.com/apache/qpid-protonj2/blob/main/protonj2-client-examples/src/main/java/org/apache/qpid/protonj2/client/examples/StreamingFileRecei

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

2025-04-30 Thread Alexej Timonin
> > https://activemq.apache.org/components/artemis/documentation/latest/large-messages.html#streaming-over-jms > > On Tue, Apr 22, 2025 at 4:14 PM Alexej Timonin > wrote: > > > Hi! > > > > I'm building a consumer which will be listening on text messages (I'

Artemis JMS client: Can I stream body of ActiveMQTextMessage?

2025-04-22 Thread Alexej Timonin
Hi! I'm building a consumer which will be listening on text messages (I've no control over producers). I want to protect my consumer such that it does not read messages larger than 256KB to avoid crashing due to memory limitations. Is there any way in artemis jms client implementation to see if a