Troubleshooting activemq shutting down

2024-07-08 Thread Blackwell, Kevin
Hello, I've been asked to look into problems the developers are having with Apache ActiveMQ 5.15.16 Running on windows 2019 Starting with wrapper 64bit To the best of my knowledge, and from what I can see, I get this message 2024-06-26 20:11:10,074 | INFO | Apache ActiveMQ 5.15.16 (localhost,

Re: Bugfix ARTEMIS-4795 and sending messages to FQQN

2024-07-08 Thread Justin Bertram
Thanks! Justin On Mon, Jul 8, 2024 at 2:49 PM Alexander Milovidov wrote: > Done. https://issues.apache.org/jira/browse/ARTEMIS-4911 > > пн, 8 июл. 2024 г. в 21:22, Justin Bertram : > > > The issue you describe with the routed message count looks like a bug. > Can > > you open a Jira? > > > > >

Re: Bugfix ARTEMIS-4795 and sending messages to FQQN

2024-07-08 Thread Alexander Milovidov
Done. https://issues.apache.org/jira/browse/ARTEMIS-4911 пн, 8 июл. 2024 г. в 21:22, Justin Bertram : > The issue you describe with the routed message count looks like a bug. Can > you open a Jira? > > > Justin > > On Mon, Jul 8, 2024 at 12:43 PM Alexander Milovidov > wrote: > > > Hi Justin, > >

RE: [EXTERNAL] [BULK] Re: group-name not working?

2024-07-08 Thread Gunawan, Rahman (GSFC-703.H)[Halvik Corp]
I just tested again. It worked the 1st iteration, but 2nd iteration, the backup-f is waiting to be paired with primary. 1. start all broker instances 2. kill primary-f 3. check backup-f is active 4. start primary-f 5. check primary-f is the backup of backup-f 6. kill backup-f

Re: Bugfix ARTEMIS-4795 and sending messages to FQQN

2024-07-08 Thread Justin Bertram
The issue you describe with the routed message count looks like a bug. Can you open a Jira? Justin On Mon, Jul 8, 2024 at 12:43 PM Alexander Milovidov wrote: > Hi Justin, > > Thanks for the detailed answer. Of course IBM MQ and ActiveMQ Artemis > brokers have fundamental differences. I will tr

Re: Bugfix ARTEMIS-4795 and sending messages to FQQN

2024-07-08 Thread Alexander Milovidov
Hi Justin, Thanks for the detailed answer. Of course IBM MQ and ActiveMQ Artemis brokers have fundamental differences. I will try to explain the difference to the users and instruct them how to send messages. And it is great that Artemis is in active development. Some users just don't like any ch

Re: Artemis transaction timeout

2024-07-08 Thread Justin Bertram
> I have a question regarding Artemis transactions...there is a default transaction-timeout...but I cannot figure out in which situations it is used. As the documentation states: Apache ActiveMQ Artemis has its own Resource Manager for handling the lifespan of JTA transactions. So, the trans

Re: code=GENERIC_EXCEPTION WARN

2024-07-08 Thread Justin Bertram
At this point I don't see clear evidence of an issue. The WARN entries from the log may simply be indicating that a client's network connection failed (e.g. client crashed). That's not necessarily an issue that can be addressed by the broker. Do you have reason to suspect the broker is behaving in

when is next release of ActiveMQ Classic 5.18.x

2024-07-08 Thread Ritesh Adval
Hi there, Per release schedule it shows ETA June 24 for 5.18.5, wanted to check when this will be released ? https://activemq.apache.org/components/classic/download/ Thx Ritesh

Re: Bugfix ARTEMIS-4795 and sending messages to FQQN

2024-07-08 Thread Justin Bertram
> I think it is based on experience with IBM MQ. IBM MQ and ActiveMQ Artemis are, of course, 100% independent message broker implementations. There is overlap in general function and nomenclature, but past that there are many differences. Expectations will need to be adjusted accordingly. > Anoth

Re: Bugfix ARTEMIS-4795 and sending messages to FQQN

2024-07-08 Thread Justin Bertram
> Was it definitely a bug? Yes. I believe it was. > As I thought before, the filter is something that stands between address and queue. Your assumption here isn't based on how the broker is actually designed. The filter is actually part of the queue itself. As the documentation [1] states:

Re: Assistance Needed with 403 Forbidden Error on ActiveMQ Console Access

2024-07-08 Thread Justin Bertram
I noticed that you are not actually subscribed to users@activemq.apache.org which means you won't receive any responses to your question(s) unless those responses are also sent directly to you (which isn't normal). Also, since you're not subscribed, all the messages you send to users@activemq.apach

Assistance Needed with 403 Forbidden Error on ActiveMQ Console Access

2024-07-08 Thread Nethra Shree C (MS/EDV4-ETAS)
Dear ActiveMQ Support Team, I hope this email finds you well. I am currently encountering an issue when attempting to access the ActiveMQ console on my environment. After successfully logging in, I receive a 403 Forbidden error when trying to navigate to the ActiveMQ broker management page. Be

RE: Using multiple sessions in a single poll request

2024-07-08 Thread Jan Šmucr
Alright, I think I’ve figured it out. All it takes is to acknowledge accepted messages individually, commit ASAP, and finally – rollback all used sessions at very the end of every poll request. This bit returns all the messages that couldn’t be handled to the broker at once, and only after that

Re: group-name not working?

2024-07-08 Thread Domenico Francesco Bruscino
Hi Rahman, I'm not able to reproduce this issue with following steps: 1. create broker instances ./bin/artemis create primary-f --user admin --password admin --require-login --clustered --cluster-password artemis --cluster-user artemis --replicated --host localhost --port-offset 0