ActiveMQ Audit

2023-03-13 Thread barry haycock
I am playing with audit on a number of recent versions of Activemq with the latest being 5.17.3. While I can see a logged in user create a queue/topic, send msgs etc. I do not see a user logging in. Is there a way to capture more verbose events especially a login event? Ideally I would like to be

Re: Messages in DLQ.ActiveMQ.Advisory are stacked up

2023-03-13 Thread Justin Bertram
For what it's worth neither of your attached images made it through to the list. See here [1]. Justin [1] https://lists.apache.org/thread/pgtxoj2v334ffmvh3sfxcnhnv87028zh On Mon, Mar 13, 2023 at 7:47 PM Siva Teja (healthAlliance) < siva.t...@healthalliance.co.nz> wrote: > Hi > > > > we have ac

Messages in DLQ.ActiveMQ.Advisory are stacked up

2023-03-13 Thread Siva Teja (healthAlliance)
Hi we have activemq brokers(5.17.4) distributed over network as below [cid:image003.jpg@01D9567B.58F0C300] And we are using JDBC master slave(MS-SQL) configuration, in each node the network bridge is established as follows with other nodes. Note: the above snippet is just a sample of network b

Re: Help Troubleshooting Full Store

2023-03-13 Thread George Sexton
Anna, Thanks for responding. After I disconnected all of the subscribers, and then deleted the offline durable subscribers, the journal files were purged, and the store usage went to 0. It seems odd that had to be done in order to get the purge to run. George On 3/11/2023 6:43 AM, Anna Jawo

Re: regression in handling OpenWire subscibers after multiple pagings

2023-03-13 Thread Justin Bertram
I commented on ARTEMIS-4095 asking for a way to reproduce the problem. Let's continue the conversation there to avoid having 2 conversations going in 2 different places (which are likely to get out of sync and may be confusing). Justin On Mon, Mar 13, 2023 at 1:28 PM Tarasenko, Artem (UIT) < art

regression in handling OpenWire subscibers after multiple pagings

2023-03-13 Thread Tarasenko, Artem (UIT)
Hi, We observe the following bug: multiply re-entering paging mode on an address with an OpenWire subscriber on it may make this address not consumable unless either Artemis is restarted or the operation retryMessages() is called manually from the Artemis Web-UI. Restarting a consumer doesn'

Re: cloud-native deployment

2023-03-13 Thread prateekjai...@gmail.com
Hi Tobias, I have already looked at this project and I mentioned it in my original email. Unfortunately, I don't see any commercial support (apart from Redhat) around that project and documentation is not very good. I have got enough information for now to proceed with my POC. In case you faced a

AW: cloud-native deployment

2023-03-13 Thread Tobias Letschka
Hi, have a look to below project https://artemiscloud.io/ we using artemis in azure aks environment. do you have questions? Regards Tobias Von: prateekjai...@gmail.com Gesendet: Montag, 13. März 2023 12:28 An: users@activemq.apache.org Betreff: Re: cloud-nativ

Re: cloud-native deployment

2023-03-13 Thread prateekjai...@gmail.com
Thanks Vilius and Ephemeris for your input. Regards, Prateek Jain -- EXPECTATION : Causes all troubles.. -- On Mon, Mar 13, 2023 at 11:07 AM Vilius Šumskas wrote: > Hi,

RE: cloud-native deployment

2023-03-13 Thread Vilius Šumskas
Hi, check the mailing list archives. This question comes up regulary. -- Vilius -Original Message- From: prateekjai...@gmail.com Sent: Monday, March 13, 2023 11:46 AM To: users@activemq.apache.org Subject: cloud-native deployment Hi All, How are you? I am trying to deploy arte

Re: cloud-native deployment

2023-03-13 Thread Ephemeris Lappis
Hello again. As I said, we use JDBC persistence, and in a 2 instances configuration, the two brokers compete to gain the leadership on the DB lock table. The only special configuration of the broker is setting the JDBC datasource to reoplace the KahaDB default

Re: cloud-native deployment

2023-03-13 Thread prateekjai...@gmail.com
Thanks for the feedback, Ephemeris. Did you do anything special to avoid split brain scenarios? Regards, Prateek Jain -- EXPECTATION : Causes all troubles.. -- On Mon, M

Re: cloud-native deployment

2023-03-13 Thread Ephemeris Lappis
Hello. We've not experienced deployment of Artemis yet, but for our last works we use "classic" ActiveMQ 5.17.x on our K8s clusters. Our PODs are stateless, since we use JDBC (postgresql) persistence instead of KahaDB. We've also tested 2 PODs configurations. In both cases Openwire and HTTP

cloud-native deployment

2023-03-13 Thread prateekjai...@gmail.com
Hi All, How are you? I am trying to deploy artemis on kubernetes (k8s) cluster. I would like to know if any of you can share any thoughts or experience while doing similar tasks. Especially, if I choose this to be a statefulset; what will be the impacts while monitoring and backup. My current