can you please send me an invite link to join the ActiveMQ Slack channel

2024-05-07 Thread Tim Jones
Hi, can you please send me an invite link to join the ActiveMQ Slack channel. Thanks Tim

Re: IndexOutOfBounds Warning Message

2022-02-22 Thread Tim Jones
do to achieve the results on exception On Tue, Feb 22, 2022 at 5:55 PM Tim Jones wrote: > Thanks, yes, I am using Core... I see this in the API for getBodyBuffer > which is what led me down that path: *The buffer to write the body. > Warning: If you just want to read the content

Re: IndexOutOfBounds Warning Message

2022-02-22 Thread Tim Jones
uffer.length() < 100 * 1024) { > > > buffer.append("*"); > > > } > > > > > > for (int i = 0; i < 100; i++) { > > > TextMessage message = > > > sessionProducer.createTextMessage(buffer.toString

Re: IndexOutOfBounds Warning Message

2022-02-17 Thread Tim Jones
se); config.setDurable(false); config.setAutoDelete(false); config.setRoutingType(RoutingType.MULTICAST); return config; } On Thu, Feb 17, 2022 at 2:28 PM Justin Bertram wrote: > Typically an IndexOutOfBoundsException indicates a bug. Do you have a way > to reproduce this? > &g

IndexOutOfBounds Warning Message

2022-02-17 Thread Tim Jones
This seems to appear on larger messages only - I am getting a warning when calling getDataBuffer (2.20.0 Artemis Client). Curious if there is something I may be missing - or if this is completely ignorable? Thanks - Tim 2022-02-17T21:06:11,908+01:00 [Thread-2 (ActiveMQ-client-global-threads)] WAR