Re: ActiveMQ multiple JDBC data sources in same configuration

2021-05-25 Thread Vince Cox
They are using version 5.14.5 Get Outlook for iOS From: Jean-Baptiste Onofre Sent: Tuesday, May 25, 2021 4:07:23 PM To: users@activemq.apache.org Subject: Re: ActiveMQ multiple JDBC data sources in same configuration Hmm, Which ActiveMQ v

Re: ActiveMQ multiple JDBC data sources in same configuration

2021-05-25 Thread Jean-Baptiste Onofre
Hmm, Which ActiveMQ version ? It might inherit the main ds from the persistence adapter. I will check tomorrow my time. Regards JB > Le 25 mai 2021 à 18:03, Vince Cox a écrit : > > JB, > > My customer has gone this route and ActiveMQ started, however only the first > data source listed (ds

ActiveMQ multiple JDBC data sources in same configuration

2021-05-25 Thread Vince Cox
JB, My customer has gone this route and ActiveMQ started, however only the first data source listed (dsmain in your example) was used. Both the messages and locker were using only one datasource. Any thoughts around that? Regards, Vince On 5/25/21, 12:14 AM, "Jean-Baptiste Onofre" wrote:

ActiveMQ multiple JDBC data sources in same configuration

2021-05-25 Thread Vince Cox
Thank you for that advice Matt. I will find out what version is in use and get them on the lastest. Vince On 5/25/21, 11:41 AM, "Matt Pavlovich" wrote: Vince- Check out the lease-locker and JDBC updates in the 5.16.x releases (5.16.2 is latest)? Many JDBC changes in 5.16.x series.

Re: ActiveMQ multiple JDBC data sources in same configuration

2021-05-25 Thread Matt Pavlovich
Vince- Check out the lease-locker and JDBC updates in the 5.16.x releases (5.16.2 is latest)? Many JDBC changes in 5.16.x series. Thanks, Matt Pavlovich > On May 24, 2021, at 9:21 PM, Vince Cox wrote: > > Matt, > > We have not noticed any locking. Data server from the DB just fine. But, the

Re: Dynamic queues with filters, question

2021-05-25 Thread Domenico Francesco Bruscino
Hi Ben, if you just need the last message for each `bank-currency` you could use the Last-Value queues[1], they are special queues which discard any messages when a newer message with the same value for a well-defined Last-Value property is put in the queue. In other words, a Last-Value queue only