Request to join Slack channel

2024-05-21 Thread Susinda
Hi Would you be able to allow me to the slack channel please? Thanks Susinda

ActiveMq classic with Postgress

2024-05-21 Thread Susinda
Hi All I'm getting this error with activemq classic 6.1.1 when I use postgress as a datastore Any help is apprceiated 2024-05-21 23:59:32,959 | INFO | Using Persistence Adapter: JDBCPersistenceAdapter(HikariDataSource (null)) | org.apache.activemq.broker.BrokerService | main 2024-05-21 23:59:32

Activemq multikahadb persistence adapter bug

2024-05-21 Thread Ritesh Adval
Hi folks, I have filed this issue with a test case and bug fix patch as well, would appreciate if someone can review this ? Would like this to get into the next release version of 5.18 release. https://issues.apache.org/jira/browse/AMQ-9504 Thx a lot Ritesh

Re: Unrouted Message Count and Address Size Metrics

2024-05-21 Thread Justin Bertram
I imagine there are differences between the protocols which Micrometer supports for metrics plugin integration, but if, for example, you configured the Prometheus metrics plugin and then loaded http://myBroker:8161/metrics/ you would see this (among other things): ... # HELP artemis_routed_mes

Re: Request to be removed from ActiveMQ Slack channel

2024-05-21 Thread Justin Bertram
I believe that's something you need to do yourself. These instructions [1] may help. Justin [1] https://slack.com/help/articles/203953146-Deactivate-your-Slack-account On Mon, May 13, 2024 at 7:00 PM Dunham, Guy@CIO wrote: > Hello, > > Please remove me from ActiveMQ Slack channel. > > Thanks,

Re: When is a message dropped from memory on a topic?

2024-05-21 Thread Justin Bertram
To be precise, there is no such thing as a "topic" in ActiveMQ Artemis. The address model [1] consists of three basic elements - address, queue, and routing type. You can read about how a JMS topic maps onto these elements in the documentation [2]. Regarding when messages are dropped, what JB said

Re: When is a message dropped from memory on a topic?

2024-05-21 Thread Justin Bertram
Artemis doesn't have PendingMessageLimitStrategy, per se, but it does have ways to deal with the use-case that PendingMessageLimitStrategy was designed for. I was just trying to clarify that "PendingMessageLimitStrategy" doesn't apply to Artemis (e.g. if you searched the Artemis documentation or c

Re: When is a message dropped from memory on a topic?

2024-05-21 Thread Matt Pavlovich
Ah, good catch. Artemis doesn’t have PendingMessageLimitStrategy or equivalent? > On May 21, 2024, at 11:51 AM, Justin Bertram wrote: > >> .. or when the PendingMessageLimitStrategy is applied messages may be > dropped based on desired message pattern. > > Just to clarify, the PendingMessageLim

Re: When is a message dropped from memory on a topic?

2024-05-21 Thread Justin Bertram
> .. or when the PendingMessageLimitStrategy is applied messages may be dropped based on desired message pattern. Just to clarify, the PendingMessageLimitStrategy applies to Classic, but the question was about Artemis. Justin On Tue, May 21, 2024 at 11:41 AM Matt Pavlovich wrote: > .. or when

Re: When is a message dropped from memory on a topic?

2024-05-21 Thread Matt Pavlovich
.. or when the PendingMessageLimitStrategy is applied messages may be dropped based on desired message pattern. > On May 21, 2024, at 10:40 AM, Jean-Baptiste Onofré wrote: > > Hi, > > If you don't have any subscribers on the topic, the message is directly > removed. > > If you have subscribe

RE: [EXTERNAL] Re: ActiveMQ with RHEL 8+

2024-05-21 Thread Wheat,Michael R (BPA) - TTST-DITT-2
I experimented with giving Java as the subject perm-any to all objects and ActiveMQ worked. From there we paired it down. So the initial launch was working, but then it would fail later, not because ActiveMQ had problems but because Java didn't have enough permissions to start other aspects of

Re: ActiveMQ with RHEL 8+

2024-05-21 Thread Jean-Baptiste Onofré
Hi It's possible fapolicyd blocks ActiveMQ, it depends what you have /etc/fapolicyd/rules.d. Do you launch ActiveMQ via the wrapper or via the bin/activemq script ? Regards JB On Wed, May 15, 2024 at 10:52 PM Wheat,Michael R (BPA) - TTST-DITT-2 wrote: > > I have a situation where we have to us

Re: When is a message dropped from memory on a topic?

2024-05-21 Thread Jean-Baptiste Onofré
Hi, If you don't have any subscribers on the topic, the message is directly removed. If you have subscribers or durable subscribers, the message is removed when all subscribers send the ack. Regards JB On Thu, May 16, 2024 at 5:10 PM William Crowell wrote: > > Hi, > > When is a message dropped

Re: ActvieMQ BASE64 Message Download from IBM MQ

2024-05-21 Thread Jean-Baptiste Onofré
Hi Did you try to force the JMS message type to bytes ? Regards JB On Mon, May 13, 2024 at 4:40 PM Jason Jackson wrote: > > I am running into an issue with downloading a BASE64 type message from IBM MQ > into ActiveMQ. > > ActiveMQ is connecting to IBM MQ using Camel/Spring and pulling the mes

Re: ActiveMq mysql data store setup

2024-05-21 Thread Jean-Baptiste Onofré
Hi, Which ActiveMQ version are you using ? Regards JB On Fri, May 17, 2024 at 7:24 AM Susinda wrote: > > Hi All > Anyone got below error before, any suggestion please. > > > | INFO | Using Persistence Adapter: > JDBCPersistenceAdapter(org.apache.commons.dbcp2.BasicDataSource@f2ce6b) | > org.ap