Re: ActiveMQ Classic topic JMX metrics

2022-02-09 Thread Jean-Baptiste Onofre
Hi Simon, Do you refresh the MBean attributes ? JMX is “static”, so the client has to refresh the attributes. Regards JB > Le 9 févr. 2022 à 11:10, Simon Lundström a écrit : > > Hey all! > > Via JMX you can fetch metrics about e.g. queues in ActiveMQ Classic. So > the queue somequeue have th

Re: Upcoming releases

2022-02-01 Thread Jean-Baptiste Onofre
Hi Justin, I think it’s not a huge effort compare to what we already do at each release (updating the website). For instance, for Karaf, it’s pretty quick to update website and release schedule at each release cycle. I already proposed regular release cycle in the past (as best effort). I wou

Re: ActiveMQ 5.16.4 drop date

2022-01-28 Thread Jean-Baptiste Onofre
Hi Endre, I’m doing the review now but, yeah, it looks good enough to include it for 5.16.4. Regards JB > Le 29 janv. 2022 à 03:48, Endre Stølsvik a écrit : > > No chance of getting this along? https://github.com/apache/activemq/pull/749 > (The "firstMessageTimestamp" - I could quickly change

Re: Active MQ All Fix for CVE-2021-44228, CVSS 10.0 (Critical)

2022-01-08 Thread Jean-Baptiste Onofre
> Tim > > On Sat, Jan 8, 2022, 6:01 AM Jean-Baptiste Onofre wrote: > >> Hi, >> >> Again, a new time: >> >> https://activemq.apache.org/news/cve-2021-44228 >> >> AGAIN, ActiveMQ 5.15/5.16 are NOT affected by log4j 2.x CVE because they >

Re: Active MQ All Fix for CVE-2021-44228, CVSS 10.0 (Critical)

2022-01-08 Thread Jean-Baptiste Onofre
Hi, Again, a new time: https://activemq.apache.org/news/cve-2021-44228 AGAIN, ActiveMQ 5.15/5.16 are NOT affected by log4j 2.x CVE because they are using log4j 1.x ActiveMQ 5.17.x (not yet released) will use at least log4j 2.17.1. Regards JB > Le 8 janv. 2022 à 11:35, Deepti Sharma S > a é

Re: ActiveMQ 5.17.0

2022-01-03 Thread Jean-Baptiste Onofre
Hi, I already shared some details on the dev mailing list. The target for 5.17.0 is end of January. I identified a regression last week on which I’m working now. Regards JB > Le 3 janv. 2022 à 12:00, Sagar Rastogi a écrit : > > Hello, > > I wanted to inquire if there are any tentative timel

Re: The difference between ActiveMQ classic and artemis?

2021-12-18 Thread Jean-Baptiste Onofre
To complete Justin’s answer, you can also listen the feather cast about ActiveMQ: https://feathercast.apache.org/2021/09/07/apache-activemq/ Regards JB > Le 19 déc. 2021 à 06:52, Justin Bertram a écrit : > > The short answer is that ActiveMQ Artemis is the next generation broker > from Active

Re: Slack Invite Request

2021-12-16 Thread Jean-Baptiste Onofre
Hi, You should have received an invite. Regards JB > Le 16 déc. 2021 à 23:50, KSib a écrit : > > Hi there, may I get a Slack invite? > > Thanks.

Re: ActiveMQ 5.16.x Master/Slave topology question

2021-11-29 Thread Jean-Baptiste Onofre
Hi No need to use networkConnector with master/slave. Just use failover on the client side. So basically, 1. Brokers side, you shared the same filesystem (using NFS, LUN, whatever), and you configure kahadb to point on the same filesystem in activemq.xml 2. On client side, you can failover:(ma

Re: Network of brokers and priority network links

2021-11-01 Thread Jean-Baptiste Onofre
Hi Paul, If you are using ActiveMQ 5.x, you can decrease network priority to allow local consumers first and fallback to remote brokers else. Is it what you are looking for ? Regards JB > Le 1 nov. 2021 à 17:37, Paul Burgess a écrit : > > Hi, > > I'm trying to configure a network of brokers

Re: ActiveMQ Slack channel access

2021-10-27 Thread Jean-Baptiste Onofre
Done Regards JB > Le 27 oct. 2021 à 12:43, Kaplan, Eric a écrit : > > Hi > > > > Please grant me access to the Slack channel as well. > > > > Eric > > > > On 2021/10/20 13:57:56, Jean-Baptiste Onofre > mailto:j...@nanthrax.net>

Re: AMQ Classic 15.5 (Windows)

2021-10-27 Thread Jean-Baptiste Onofre
Hi Shawn How do you start ActiveMQ ? If you use bin/activemq.bat script, wrapper is not used at all and JVM memory setup is done directly in ActiveMQ.bat (or included script). Regards JB > Le 26 oct. 2021 à 21:50, Shawn Trent a écrit : > > Hello, > Hoping someone may have a thought here on a

Re: ActiveMQ Slack channel access

2021-10-20 Thread Jean-Baptiste Onofre
Done Regards JB > Le 20 oct. 2021 à 15:43, Mariano Egurrola Díez a écrit : > > Hello everyone, > > Please, grant me access to the ActiveMQ Slack channel. > > Thanks

Re: Strange activemq start behavior using sysemctl

2021-10-11 Thread Jean-Baptiste Onofre
Hi, The broker is in slave mode when another process/broker has the lock on kahadb. If you check in kahadb folder, you should have a lock file (in your case, it seems to be in /var/tmp/amq/data), so, either you have already a broker running, either the broker doesn’t have to take/create the lo

Re: Security issues

2021-08-30 Thread Jean-Baptiste Onofre
Hi Doug, You can update Camel dependencies independently from ActiveMQ. Further more, ActiveMQ 5.16.3 already supports Camel 3.x (including activemq-camel). However, I still recommend to use the camel-jms component (maintained at Camel). Regards JB > Le 30 août 2021 à 22:36, Jackson, Douglas

Re: ActiveMQ queue crash and recovery

2021-07-01 Thread Jean-Baptiste Onofre
Hi, If you use persistent messages, the messages stays in the store waiting to be consumed (or moved to DLQ if it expires or redelivery exceeded). So, if you restart the ActiveMQ broker, the persistent messages will persist to the restart and available to be consumed. Regards JB > Le 1 juil.

Re: For all configurations of ActiveMQ 5. X, it will take effect only after the service is restarted?

2021-06-18 Thread Jean-Baptiste Onofre
If you change (adding/removing a plugin) it works, but not if you change users.properties or group.properties (nothing is monitoring these files). Regards JB > Le 18 juin 2021 à 11:19, ヤ艾枫o.-- <1169114...@qq.com.INVALID> a écrit : > > As a result of this > configuration( automatically reload t

Re: For all configurations of ActiveMQ 5. X, it will take effect only after the service is restarted?

2021-06-17 Thread Jean-Baptiste Onofre
Hi, The runtime configuration plugin which automatically reload the broker only works with some configuration section: - networkConnectors - destinationPolicies - plugins (including authorizationPlugin) - destinationInterceptors users.properties and group.properties are not "monitored" by the ru

Re: Roundup of the configuration files

2021-06-12 Thread Jean-Baptiste Onofre
Hi Fabrice, ActiveMQ is the right project, no need to set component for this kind of issue. Regards JB > Le 12 juin 2021 à 16:56, Fabrice Triboix a > écrit : > > Hi Matt, > > Thanks for your answer, that is helpful. > > I registered on issues.apache.org, but I am not sure which project I sh

Re: Roundup of the configuration files

2021-06-11 Thread Jean-Baptiste Onofre
Hi, Basically, for a simple bin/activemq console start, by default (without authentication), you just need - activemq.xml (broker config) - jetty.xml (jetty container used by admin web console) - log4j.properties (for logging config) - logging.properties (can be removed if you don’t use JUL) Al

Re: Question about files in the `bin` directory

2021-06-10 Thread Jean-Baptiste Onofre
Hi Fabrice, Those directories are only useful if you want to use the wrapper (tanuki service wrapper) to easily integrate in OS. If you "only" use bin/activemq to start your broker (like bin/activemq console or bin/activemq start), you don’t need these folders. Regards JB > Le 10 juin 2021 à

Re: I want to know something about dead letter queue with ActiveMQ 5.15.9

2021-06-08 Thread Jean-Baptiste Onofre
Hi, Maybe your messages in the topic (if I understand correctly) are non persistent messages. By default, the non persistent messages are not store in the DLQ: only persistent messages go into the DLQ. If you want to consider non persistent messages for DLQ, you have to enable it with somethi

Re: Broker has pending messages but consumer is unable to consume

2021-06-03 Thread Jean-Baptiste Onofre
Hi, Do you have any message in the broker log ? If you start a new consumer, is it able to consume ? Is it with ActiveMQ or Artemis ? Regards JB > Le 4 juin 2021 à 07:30, Sangeeth Mukundan > a écrit : > > Hi, > I have pending messages in a queue and it is not being consumed by the > consume

Re: Set message expiration time use activemq 5.15.9

2021-06-01 Thread Jean-Baptiste Onofre
Hi, I just tried and I don’t have any issue: I can browse and view a pending message (not yet expired). Do you have messages in the log ? Regards JB > Le 1 juin 2021 à 13:37, ヤ艾枫o.-- <1169114...@qq.com> a écrit : > > but when  the type of message is map, the result is the same > > > > > -

Re: Set message expiration time use activemq 5.15.9

2021-06-01 Thread Jean-Baptiste Onofre
Hi, It depends the type of message, is it text message ? By the way, the expiration time is a property of the message. Regards JB > Le 1 juin 2021 à 08:45, ヤ艾枫o.-- <1169114...@qq.com> a écrit : > > hello: >  i have a question in using activemq 5.15.9. when use > timeStamplingBrokerPlugin , >

Re: How to build a cluster with both load balancing and high availability by using ActiveMQ 5. X

2021-06-01 Thread Jean-Baptiste Onofre
Hi, You can mix Network of Brokers with master/slave for each broker. Network of Brokers (NoB) provides load balancing, master/slave provides high availability. Regards JB > Le 1 juin 2021 à 08:51, ヤ艾枫o.-- <1169114...@qq.com> a écrit : > > hello: >    How to build a cluster with both load ba

Re: ActiveMQ multiple JDBC data sources in same configuration

2021-05-25 Thread Jean-Baptiste Onofre
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: > >Hi Vince, > &

Re: ActiveMQ multiple JDBC data sources in same configuration

2021-05-24 Thread Jean-Baptiste Onofre
Hi Vince, It’s possible to have different datasource: one for the main message store, one for the lease locker. As JDBC leaser locker extends persistent adapter, you can pass a datasource. Something like this should work: You can take a look on http://blog

Re: ActiveMQ master node fail-over in 3 nodes due to unknowned reason

2021-05-20 Thread Jean-Baptiste Onofre
Hi, Unfortunately, the attachment doesn’t go on the mailing list. When you say cluster, you mean that you mix master/slave and NoB ? Regards JB > Le 21 mai 2021 à 02:29, 梁坤红 a écrit : > > Hello! > I have a ActiveMQ cluster with 3 nodes. Version are Apache ActiveMQ 5.15.9. > The master node fa

Re: Which activeMQ (not Artemis) version will be JMS 2.0 or 3.0 ?

2021-05-18 Thread Jean-Baptiste Onofre
By the way, correct me if I’m wrong, but it’s what we discussed last year: start with the client the side, and then move forward for server side. What we planned in 5.16.x will be in 5.17.x. Regards JB > Le 19 mai 2021 à 06:05, Jean-Baptiste Onofre a écrit : > > Hi, > > The f

Re: Which activeMQ (not Artemis) version will be JMS 2.0 or 3.0 ?

2021-05-18 Thread Jean-Baptiste Onofre
there is > JMS 2.0 support when there isn't. I listed out possible paths forward in > that other thread. > > On Tue, May 18, 2021 at 12:04 PM Jean-Baptiste Onofre > wrote: > >> It’s something that we already discussed and I moved forward on the PR. >> >> I

Re: Which activeMQ (not Artemis) version will be JMS 2.0 or 3.0 ?

2021-05-18 Thread Jean-Baptiste Onofre
e JMS 2.0 > support on the server side in this release. > > On Tue, May 18, 2021 at 11:29 AM Jean-Baptiste Onofre > wrote: > >> He’s not PMC but committer, so he can help anyway ;) >> >> Regards >> JB >> >>> Le 18 mai 2021 à 17:23, COUR

Re: Which activeMQ (not Artemis) version will be JMS 2.0 or 3.0 ?

2021-05-18 Thread Jean-Baptiste Onofre
He’s not PMC but committer, so he can help anyway ;) Regards JB > Le 18 mai 2021 à 17:23, COURTAULT Francois > a écrit : > > Hello, > > I don't think Romain is still the PMC for TomEE. > > Best Regards. > > -Original Message- > From: Jean-Bapti

Re: Which activeMQ (not Artemis) version will be JMS 2.0 or 3.0 ?

2021-05-18 Thread Jean-Baptiste Onofre
TomEE > releases. I will push for that. > > Best Regards. > > -----Original Message- > From: Jean-Baptiste Onofre mailto:j...@nanthrax.net>> > Sent: mardi 18 mai 2021 17:05 > To: users@activemq.apache.org <mailto:users@activemq.apache.org> > Subject: Re:

Re: Which activeMQ (not Artemis) version will be JMS 2.0 or 3.0 ?

2021-05-18 Thread Jean-Baptiste Onofre
Billingsley > a écrit : > > Thanks for the details information. > I am interested in the Log4J 2 upgrade. > How long does the release take after the RC process normally? > > Best regards, > Simon. > > > > > On 18 May 2021, at 15:53, Jean-Baptiste Onofre &l

Re: Which activeMQ (not Artemis) version will be JMS 2.0 or 3.0 ?

2021-05-18 Thread Jean-Baptiste Onofre
Hi François, ActiveMQ 5.17.0 will support JMS 2.0. Basically, what I’m planning for ActiveMQ 5.17.0: - JDK11 build - Spring 5 - Log4j2 - JMS 2.0 About date target, I’m working on JDK11 build now and the other PRs will follow. I would like to submit a first 5.17 RC end of June. Regards JB > Le

[ANNOUNCE] Apache ActiveMQ 5.16.2 has been released

2021-05-08 Thread Jean-Baptiste Onofre
The Apache ActiveMQ team is pleased to announce Apache ActiveMQ 5.16.2 release. https://activemq.apache.org/activemq-5016002-release This releases includes fixes, improvements and dependency updates, especially: - improvements on the Active

[ANNOUNCE] Apache ActiveMQ 5.15.15 has been released

2021-05-08 Thread Jean-Baptiste Onofre
The Apache ActiveMQ team is pleased to announce Apache ActiveMQ 5.15.15 release. https://activemq.apache.org/activemq-5015015-release *NOTE: This is the last planned 5.15.x release. Users should upgrade to the current 5.16.x stream for ongo

Re: ActiveMQ to auto-reconnect on jdbc db-failures?

2021-05-08 Thread Jean-Baptiste Onofre
Hi Tim, My point is without failover (direct connection). And yeah, agree about failover (failover deals with "network" outage, single broker included). Regards JB > Le 8 mai 2021 à 15:37, Tim Bain a écrit : > > If clients use the failover transport ( > https://activemq.apache.org/failover-t

Re: ActiveMQ to auto-reconnect on jdbc db-failures?

2021-05-08 Thread Jean-Baptiste Onofre
Hi, Currently, if you send a persistent message while JDBC store is not available (for any reason), the producer will get a JMSException/IOException. It’s up to the client to deal with redelivery or fail its process. I don’t think it’s a good idea to wait for database, as it’s not really predi

Re: Does ActiveMQ support multiple config files?

2021-05-05 Thread Jean-Baptiste Onofre
Hi, I think it’s already possible. Anyway you have a single file to load broker definition. So, you can provide the file as argument. Regards JB > Le 5 mai 2021 à 15:49, Matt Pavlovich a écrit : > > Hello Fabrice- > > This is a good idea, and one I’d work on. There are conversations around

Re: Does ActiveMQ support multiple config files?

2021-05-05 Thread Jean-Baptiste Onofre
Hi Fabrice You can specify the file you want to use at startup: $ activemq start xbean:/path/to/myfile.xml Regards JB > Le 5 mai 2021 à 15:44, Fabrice Triboix a écrit : > > Hello, > > I know ActiveMQ uses the activemq.xml​ config file. I am wondering whether > there is a way to have multipl

Re: Problem with Queue browsing when upgrading from 5.15.14 to 5.16.2

2021-05-02 Thread Jean-Baptiste Onofre
Hi Martin, Are you running on Karaf or standalone (for both client and broker) ? I guess you have to provide the transaction context on the session. Regards JB > Le 2 mai 2021 à 09:52, Martin Lichtin a écrit : > > Looks like I ran into changes https://issues.apache.org/jira/browse/AMQ-2659 >

Re: Release date for ActiveMQ v5.16.2 to fix CVEs

2021-04-28 Thread Jean-Baptiste Onofre
ews! > https://activemq.apache.org/components/classic/download/ still shows 5.16.1 > but as you said it will take a few hours to filter through to public sites > and mirrors. > > Best regards, > Simon. > > > > > On 28 Apr 2021, at 08:13, Jean-Baptiste Onofre > mailto:j...@n

Re: Release date for ActiveMQ v5.16.2 to fix CVEs

2021-04-28 Thread Jean-Baptiste Onofre
> Thanks for the notification, I look forward to seeing the new release... > > Best regards, > Simon. > > > > > On 28 Apr 2021, at 06:17, Jean-Baptiste Onofre > mailto:j...@nanthrax.net>> wrote: > > Hi Simon, > > We just got a third binding vot

Re: Release date for ActiveMQ v5.16.2 to fix CVEs

2021-04-27 Thread Jean-Baptiste Onofre
Hi Simon, We just got a third binding vote. I will close the vote this morning (my time) (sorry I was off yesterday). Regards JB > Le 27 avr. 2021 à 11:24, Simon Billingsley > a écrit : > > Jon, > That’s great news. > It looks like the vote has been open for at least 4 days, so any ETA on wh

Re: Official Docker image for ActiveMQ?

2021-04-21 Thread Jean-Baptiste Onofre
Hi Fabrice, A first one will be available soon as "official" apache one. We are working on it with other contributors. Regards JB > Le 21 avr. 2021 à 14:07, Fabrice Triboix a > écrit : > > Hello, > > I am looking for an official Docker image for ActiveMQ, but couldn't find one > on Docker

Re: Redirecting Webconsole ActiveMQ 5.7.0 Jetty Webserver

2021-04-18 Thread Jean-Baptiste Onofre
Hi, I guess you have a connector like this in jetty.xml: 9443 3 ./etc/keystore password password Did you try to use a redirect pattern rule or MovedContextHandler ? Regards JB > Le 17 avr. 2021 à 18:11, ng.dung...@posteo

Re: AchiveMQ 5 - JMS to JMS bridge

2021-04-13 Thread Jean-Baptiste Onofre
Hi, I guess you can use a network of brokers between PROD and ACC brokers. However, it’s forwarding, not "copy". Bridging or camel are also other options. If both brokers are on the same machine, you have to: - use different binding port in any - use a different port for webconsole in jetty.x

Re: ActiveMQ inactive connection in Active Non-Durable Topic Subscribers

2021-04-10 Thread Jean-Baptiste Onofre
I meant that as soon as you use it on a client (subscriber or publisher), ActiveMQ creates the topic. That’s for normal topic. For the AdvisoryTopic, you can just disable advisory support in activemq.xml: Then the advisory topics won’t be created. Regards JB > Le 11 avr. 2021 à 07:31, Prame

Re: ActiveMQ inactive connection in Active Non-Durable Topic Subscribers

2021-04-10 Thread Jean-Baptiste Onofre
Hi, With ActiveMQ, by default, the topic will be recreated when a client uses it. Regards JB > Le 11 avr. 2021 à 05:43, Prameet Patil a écrit : > > Also what is the impact on the broker or clients if I delete the above > topic ? > > > On Sun, Apr 11, 2021 at 9:08 AM Prameet Patil > wrote: >

Re: SSL using existing cert

2021-04-06 Thread Jean-Baptiste Onofre
t see anything in the > docs on how to get it into the keystore. Also, there isn't a password for > the certificate. > > Thanks > > > > -Original Message- > From: Jean-Baptiste Onofre [mailto:j...@nanthrax.net] > Sent: Tuesday, March 30, 2021 11:05

Re: SSL using existing cert

2021-03-30 Thread Jean-Baptiste Onofre
ection to my > activemq\conf\activemq.xml file (with the correct keyStore & keyStorePassword > values)? > > >keyStorePassword="password" /> > > > Thanks > > > -Original Message- > From: Jean-Baptiste Onofre [m

Re: SSL using existing cert

2021-03-29 Thread Jean-Baptiste Onofre
Hi, Broker side, you can define the ssl context directly in activemq.xml where you define the keystone. If you don’t need mutual authentication with SSL, you don’t need the trust store, just the keystone. Just use the regular keygen tool to create a regular certificate (not necessary self sig

Re: ActiveMQ Artemis - resource limits - max-queues issue

2021-03-23 Thread Jean-Baptiste Onofre
as < >>>> nicolas.cas...@soprasteria.com> wrote: >>>>>>>> >>>>>>>> 1) I already tried with another user, but will retry to be sure. >>>>>>>> 2) If you were right about the "admin" user, I shouldn

Re: ActiveMQ Artemis - resource limits - max-queues issue

2021-03-23 Thread Jean-Baptiste Onofre
Hi, I confirm the issue: I have the same behavior with Artemis 2.17.0. After checking the log in DEBUG, I see a NPE, but I don’t know yet if it’s related. I will investigate. Regards JB > Le 23 mars 2021 à 15:14, Jean-Baptiste Onofre a écrit : > > Hi Nicolas, > > For now,

Re: ActiveMQ Artemis - resource limits - max-queues issue

2021-03-23 Thread Jean-Baptiste Onofre
that means you won't be able to create any more than 3 >> queues, and the broker.xml will already pass that limit. >> >> Can you try with creating a new user to test this usecase? >> >> On Tue, Mar 23, 2021 at 6:03 AM CASAUX Nicolas >> wrote: >>&g

Re: ActiveMQ Artemis - resource limits - max-queues issue

2021-03-23 Thread Jean-Baptiste Onofre
ulously" high value, I encounter the same issue. > Tests were made with the "admin" user, and with another user I created also. > > Nicolas > > -Message d'origine- > De : Jean-Baptiste Onofre > Envoyé : mardi 23 mars 2021 10:57 > À : users@a

Re: ActiveMQ Artemis - resource limits - max-queues issue

2021-03-23 Thread Jean-Baptiste Onofre
Hi Nicolas, And the user match I guess ? The max-queues is the number of queues that the user can create. Maybe your user already reach the queue numbers ? Regards JB > Le 23 mars 2021 à 10:46, CASAUX Nicolas a > écrit : > > Hello, > > I'm currently trying to set-up some resource limits wi

Re: Resources for running ActiveMQ in a cluster as Docker containers

2021-03-09 Thread Jean-Baptiste Onofre
Hi, We already have Dockerfile ready if you wana take a look. We will add Dockerfile in the main repo, you will have to provide activemq.xml via env variable to setup your cluster. I guess you mean NetworkOfBrokers when you say cluster, right ? If yes, the discovery can be discussed depending w

Re: CVE-2020-13947 - XSS in WebConsole

2021-02-10 Thread Jean-Baptiste Onofre
Update about this CVE. The mitigation is to upgrade to at least Apache ActiveMQ 5.15.14 or 5.16.1. > Le 8 févr. 2021 à 06:24, Jean-Baptiste Onofre a écrit : > > CVE-2020-13947 - XSS in WebConsole > > Severity: Medium > > Vendor: > The Apache Software Foundatio

CVE-2020-13947 - XSS in WebConsole

2021-02-07 Thread Jean-Baptiste Onofre
CVE-2020-13947 - XSS in WebConsole Severity: Medium Vendor: The Apache Software Foundation Versions Affected: Apache ActiveMQ prior to 5.15.12 and 5.16.0 Description: An instance of a cross-site scripting vulnerability was identified to be present in the web based administration console on the

[ANN] Apache ActiveMQ 5.16.1 has been released!

2021-02-05 Thread Jean-Baptiste Onofre
Hi everyone, The ActiveMQ team is pleased to announce Apache ActiveMQ 5.16.1 release. http://activemq.apache.org/activemq-5161-release This release includes updates, and improvements, especially: - Fix on the runtime configuration plugin, allo

Re: KahaDB Migration in ActiveMQ 5.15.2

2021-02-01 Thread Jean-Baptiste Onofre
copy the kahaDB folder from the old broker to the new > broker pair ??? > as anyway messages will be forwarded. is copying necessary ? > > > On Tue, Feb 2, 2021 at 11:46 AM Jean-Baptiste Onofre > wrote: > >> Ah yes, ok. >> >> So, yeah, just add a new

Re: KahaDB Migration in ActiveMQ 5.15.2

2021-02-01 Thread Jean-Baptiste Onofre
gt; New Setup - > (Master-slave ActiveMQ 5.15.2) with kahaDB shared storage > (this is different mount point on the new server) > > On Tue, Feb 2, 2021 at 11:25 AM Jean-Baptiste Onofre > wrote: > >> Hi, >> >> You can update "live", by: >>

Re: KahaDB Migration in ActiveMQ 5.15.2

2021-02-01 Thread Jean-Baptiste Onofre
Hi, You can update "live", by: - shutting down slave and update to latest ActiveMQ version. You start the slave (he’s still slave). - you shut down master, the slave becomes the master - you can update the "old" master to new version No need to create a new master/slave pair, just update the cu

Re: Server-side redelivery no longer working with 5.16.0/5.16.1

2021-01-31 Thread Jean-Baptiste Onofre
true, and > another header tells the consumer the redelivery count. > Any version before 5.16.0, this works fine and the "suppressing duplicate" > does not occur. > > - Martin > > On 27.01.2021 19:24, Jean-Baptiste Onofre wrote: >> Hi Martin, >> >&

Re: [EXTERNAL] Please send slack invite

2021-01-31 Thread Jean-Baptiste Onofre
Done Regards JB > Le 31 janv. 2021 à 15:14, Jose Manuel Vega Monroy > a écrit : > > Could I get one too? > > Thankd > > Get Outlook for Android<https://aka.ms/ghei36> > ____ > From: Jean-Baptiste Onofre > Sent: Sunday,

Re: Please send slack invite

2021-01-31 Thread Jean-Baptiste Onofre
Hi, You will receive an invite soon. Regards JB > Le 31 janv. 2021 à 14:53, Prameet Patil a écrit : > > HEY, > > Could an ActiveMQ admin send me a Slack Invite ? > > > Thank You

Re: Server-side redelivery no longer working with 5.16.0/5.16.1

2021-01-27 Thread Jean-Baptiste Onofre
Hi Martin, Do you have some exception ? Let me try it on 5.16.1 (I didn’t see any issue but I might have missed it). Regards JB > Le 27 janv. 2021 à 18:41, Martin Lichtin a écrit : > > Hi, has anything changed regarding server-side redelivery using the > ? > > Going from 5.15.14 to 5.16.1,

Re: Queues per customer

2021-01-22 Thread Jean-Baptiste Onofre
Hi Luis, I know a production system where there is a bunch of destination (mostly temporary) without problem (just "large" memory set). If you use physical destination, I would recommend to set schedulePeriodForDestinationPurge on the broker and gcInactiveDestinations="true" inactiveTimoutBefo

Re: Properly setting up an ActiveMQ broker network via discovery

2021-01-18 Thread Jean-Baptiste Onofre
Mistype: "YOU SHOULD NOT" (not you should). Just remove the vm transport connector and allow multicast on network/interface. Instead of multicast, you can use static (no discovery). Regards JB > Le 19 janv. 2021 à 07:21, Jean-Baptiste Onofre a écrit : > > Hi, > > Y

Re: Properly setting up an ActiveMQ broker network via discovery

2021-01-18 Thread Jean-Baptiste Onofre
Hi, You should (and don’t have) to define a vm transport connector: the network connector creates it automatically using the brokerName. So, that’s the problem: ActiveMQ tries to create two vm connectors with same ID. Just remove the vm transport connector and it will work. Regards JB > Le 18

Re: Please Send Slack Invite

2021-01-12 Thread Jean-Baptiste Onofre
Hi, You should have received the invite. Regards JB > Le 12 janv. 2021 à 13:40, Carl a écrit : > > Hi, > > Could an ActiveMQ admin please send me a Slack invite? > > Thank you, > > Carl >

Re: Need spring upgrade in ActiveMQ

2021-01-07 Thread Jean-Baptiste Onofre
Hi, Yes, there’s an update: - ActiveMQ 5.16.1 and 5.15.15 will use Spring 4.3.30.RELEASE with all latest CVE update - ActiveMQ 5.17.0 will use Spring 5.3.2 (I will push the PR). About the release schedule: - I’m on 5.16.1 preparation right now, I hope to submit the release to vote by the end

[ANN] Apache ActiveMQ 5.15.14 has been released!

2020-12-23 Thread Jean-Baptiste Onofre
Hi everyone, The ActiveMQ team is pleased to announce Apache ActiveMQ 5.15.14 release. http://activemq.apache.org/activemq-51514-release This release includes updates, and improvements, especially: - Jackson 2.9.10.6 update - Jetty 9.4.35.v20

Re: The broker seems to ignore dataDirectory setting when shutting down

2020-12-11 Thread Jean-Baptiste Onofre
Do you use the vm connector in your broker service ? Regards JB > Le 11 déc. 2020 à 16:17, Martijn Brinkers (list) a > écrit : > > Unfortunately it looks like it's not easy (for me) to replicate in a > simple application. > > It looks like the issue is related to a shutdown hook somehow > res

Re: The broker seems to ignore dataDirectory setting when shutting down

2020-12-11 Thread Jean-Baptiste Onofre
Hi, It looks like a bug (or at least a relative folder). Can you create a Jira, I will take a look ? Thanks, Regards JB > Le 11 déc. 2020 à 13:58, Martijn Brinkers (list) a > écrit : > > I have embedded ActiveMQ inside a spring application. > > The broker is configured in XML and I explicit

Re: Need spring upgrade in ActiveMQ

2020-12-02 Thread Jean-Baptiste Onofre
I agree: my point is that Spring 4.3.29 fixes all open CVE up to know. Now, I’m working on Spring 5.x upgrade. So, just wait a bit and we will have it very soon (it’s almost done, just have to polish some changes ;)). Regards JB > Le 2 déc. 2020 à 15:35, ragul rangarajan a écrit : > > Thank

Re: Need spring upgrade in ActiveMQ

2020-12-01 Thread Jean-Baptiste Onofre
Hi, 1. ActiveMQ 5.15.14 will bring update Spring 4.3.x update addressing the CVE (still maintained) 2. I’m still working on ActiveMQ 5.17.0 preparation (upgrading build with JDK 11, removing leveldb, upgrading to Spring 5). So reasonably, ActiveMQ 5.17.0 won’t be on vote before Jan 21. Regards

Re: Invitation to ASF Slack workspace

2020-11-27 Thread Jean-Baptiste Onofre
Hi, You should have received an invite. Regards JB > Le 27 nov. 2020 à 12:19, Luis De Bello a écrit : > > Hi, > > Sorry if this is not the correct mailing list. > > I would like to join the https://the-asf.slack.com workspace on Slack. > > Could someone send me an invitation to the ASF Slac

Re: 5.15.14 Release Date?

2020-11-19 Thread Jean-Baptiste Onofre
s I didn't receive it. I'll watch the dev mailing list for the vote. > > Thanks! > Lucas > > On 2020-11-18, 9:12 PM, "Jean-Baptiste Onofre" <mailto:j...@nanthrax.net>> wrote: > >CAUTION: This email originated from outside of the organizatio

Re: Upgrading from ActiveMQ 5.4.2 to 5.16.0

2020-11-19 Thread Jean-Baptiste Onofre
Hi, Did you purge the kahadb folder or reuse the one from 5.4 ? I would try to backup the existing kahadb folder and start from a fresh one. Regards JB > Le 19 nov. 2020 à 15:02, Nelligan, Steven M a écrit : > > > First time trying to upgrade ActiveMQ. > > I am in the process of upgrading

Re: 5.15.14 Release Date?

2020-11-18 Thread Jean-Baptiste Onofre
Again, I replied both on the dev mailing and direct message (no need to flood all mailing list ;)). So, I’m planning to submit release to vote this week end. Regards JB > Le 18 nov. 2020 à 22:45, Tetreault, Lucas a > écrit : > > Hey folks, > > The Amazon MQ team is interested in some fixe

Re: Need spring upgrade in ActiveMQ

2020-11-09 Thread Jean-Baptiste Onofre
Hi, I started the upgrade PR already (you can see the corresponding Jira). I will push/submit the PR this week (it needs some cleanup/refactoring but it’s almost done). I will keep you posted. Regards JB > Le 9 nov. 2020 à 08:54, ragul rangarajan a écrit : > > Hi all, > > I am using apache

Re: Please help me with authorisation configuration

2020-09-24 Thread Jean-Baptiste Onofre
nks! >>> >>> ________ >>> From: Tim Bain >>> Sent: 09 September 2020 12:41 >>> To: ActiveMQ Users >>> Subject: Re: Please help me with authorisation configuration >>> >>> CAUTION: This email originated from ou

Re: ActiveMQ: Could not post JMS message

2020-09-15 Thread Jean-Baptiste Onofre
Hi, Did you update conf/jetty.xml ? It’s the configuration specifically for the webcontainer hosting the webconsole. Regards JB > Le 15 sept. 2020 à 20:48, Poseidon Olympian a écrit : > > Hello, > > Would like to ask for some help and assistance on my issue. > > I have setup and configured

[CVE-2020-11998] Apache ActiveMQ JMX remote client could execute arbitrary code

2020-09-10 Thread Jean-Baptiste Onofre
CVE-2020-11998: Apache ActiveMQ JMX remote client could execute arbitrary code Severity: Moderate Vendor: The Apache Software Foundation Affected Version: only Apache ActiveMQ 5.15.12 Vulnerability details: A regression has been introduced in the commit preventing JMX re-bind. By passing an em

[CVE-2020-13920] ActiveMQ JMX vulenarable to MITM attack

2020-09-09 Thread Jean-Baptiste Onofre
CVE-2020-13920: Apache ActiveMQ JMX is vulnerable to a MITM attack Severity: Moderate Vendor: The Apache Software Foundation Affected Version: Apache ActiveMQ version prior to 5.15.12 Vulnerability details: Apache ActiveMQ uses LocateRegistry.createRegistry() to create the JMX RMI registry and

Re: Please help me with authorisation configuration

2020-09-09 Thread Jean-Baptiste Onofre
destination 'acs-repo-rendition-events' > - retrying using FixedBackOff{interval=5000, currentAttempts=7942, > maxAttempts=unlimited}. Cause: User alfresco1 is not authorized to create: > topic://ActiveMQ.Advisory.Connection > > Any idea? > > >

Re: Please help me with authorisation configuration

2020-09-09 Thread Jean-Baptiste Onofre
e sure you authorize the right user when you test explicitly authorizing >> the user. >> >> Tim >> >> On Wed, Sep 9, 2020, 5:31 AM Jean-Baptiste Onofre wrote: >> >>> OK, >>> >>> That’s weird as the advisory should be created by t

Re: Please help me with authorisation configuration

2020-09-09 Thread Jean-Baptiste Onofre
iguration > > CAUTION: This email originated from outside of the organization. Do not click > links or open attachments unless you recognize the sender and know the > content is safe. > > > Hi Jean-Baptiste, > > I can try with ">", let's see w

Re: Please help me with authorisation configuration

2020-09-09 Thread Jean-Baptiste Onofre
Hi Fabrice, Are you sure about Activemq.Advisory setup ? Did you try ActiveMQ.Advisory.> ? Regards JB > Le 9 sept. 2020 à 11:31, Fabrice Triboix a > écrit : > > Hello, > > I am using AmazonMQ, which is running ActiveMQ version 5.15.12. I am trying > to run Alfresco Repository CE (version 6

Re: Hello

2020-09-08 Thread Jean-Baptiste Onofre
Hi, I have some JMeter jmx (test plan) files if you wanna take a look (different scenario). It’s what we are using in my company for performance tests. Regards JB > Le 8 sept. 2020 à 21:31, Mark Bordelon a écrit : > > Been working with AMQ for a few years now at LiveNation, Cengage, and now

Re: ActiveMQ - low-level access control and rejecting connections

2020-08-30 Thread Jean-Baptiste Onofre
Hi, I guess you are talking about TCP/OpenWire transport connector. Which ActiveMQ version are you talking ? I remember to have fixed closing of connection in 5.15.13 AFAIR. Can you please create two Jira (one for the connect hook, one for connection leaking) ? I will take a look. Regards JB

Re: remotely access web console

2020-08-21 Thread Jean-Baptiste Onofre
t; >> On Fri, Aug 21, 2020 at 9:12 AM Christopher Pisz < >> christopherp...@gmail.com> >> wrote: >> >>> Either I don't have Jetty installed or I don't know where to find the >>> config file you refer to. >>> Yes I can curl http://localhost:

Re: remotely access web console

2020-08-21 Thread Jean-Baptiste Onofre
Hi, Can you check that you have 0.0.0.0 for jettyPort/host in conf/jetty.xml ? Are you able to access the port locally using curl http://localhost:8161/admin for instance ? Regards JB > Le 21 août 2020 à 15:54, Christopher Pisz a écrit > : > > I really want to

Re: OutOfMemoryError in activeMQ and applcation gets stopped

2020-06-02 Thread Jean-Baptiste Onofre
Hi, What ActiveMQ did you test ? Regards JB > Le 2 juin 2020 à 17:26, sainath a écrit : > > We tried just JMX which made a big difference but it seems that advisories > still had some effect and decided to be safe and disabled both. If someone > is able to read heap dumps we would be more th

Re: Amazon MQ shared durable subscriber

2020-05-29 Thread Jean-Baptiste Onofre
Hi, What do you mean by shared durable subscribers ? ActiveMQ supports durable subscribers, so AmazonMQ does as well. Regards JB > Le 30 mai 2020 à 00:00, arjunsreepad a écrit : > > We are using *Amazon MQ (5.15.10)* & PHP for coding. > *My requirement is to have shared durable subscribers.

Re: How to access KahaDB db.data in activeMQ-5.15.0 ?

2020-05-21 Thread Jean-Baptiste Onofre
Not directly. You can always use advisory to be notify when a message is consumed. But again, once it has been consumed, the message is gone. Regards JB > Le 21 mai 2020 à 09:05, skao a écrit : > > Hi François, > > Thanks a lot for your reply. > > Like JB mention earlier, if the consumer de

  1   2   >