I'm not aware of any issues like the one you describe. If you could write
up a reproducer that would be awesome.
Also, please clarify the following:
- Broker version
- Client implementation and version
Thanks!
Justin
On Wed, Oct 9, 2024 at 1:48 PM John Lilley
wrote:
> Greetings,
>
> Are th
Greetings,
Are there known issues with a “filtering consumer” calling receive(timeout)?
I’ve found that we need to call receive twice, e.g.
try (var consumer = session.createConsumer(destination, selector)) {
Message message = consumer.receive(PURGE_TIMEOUT_MS);
if (message == null) {
I am pleased to announce the release of Apache ActiveMQ Artemis Console
1.0.0
Downloads are available at :
https://activemq.apache.org/components/artemis-console/download/
Release Notes can be found at:
https://issues.apache.org/jira/projects/ARTEMIS/versions/12354639
This is the first relea