JMS 2.0 support

2022-03-15 Thread COURTAULT Francois
Hello, According to this URL https://activemq.apache.org/jms2, JMS 2.0 implementation will be finalized in Active MQ 5.18, right ? Best Regards.

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

2021-05-18 Thread COURTAULT Francois
Romain about TomEE releases ;) Regards JB > Le 18 mai 2021 à 17:09, COURTAULT Francois > a écrit : > > Hello Jean-Baptiste, > > We are using ActiveMQ in TomEE context. > So I am just curious about when this version could be included in TomEE > releases. I will

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

2021-05-18 Thread COURTAULT Francois
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 18 mai 2021 à 16

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

2021-05-18 Thread COURTAULT Francois
will follow. I would like to submit a first 5.17 RC end of June. Regards JB > Le 18 mai 2021 à 16:48, COURTAULT Francois > a écrit : > > Hello, > > The question to be answered is in the Subject. > > Best Regards. > > >

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

2021-05-18 Thread COURTAULT Francois
Hello, The question to be answered is in the Subject. Best Regards.

RE: Is it possible to limit the storage in ActiveMQ ?

2020-03-02 Thread COURTAULT Francois
an standalone ActiveMQ broker, and pointing TomEE to that. Instructions for that are in the link above as well. Jon On Mon, Mar 2, 2020 at 1:01 PM COURTAULT Francois < francois.courta...@thalesgroup.com> wrote: > Hello Jean-Baptiste, > > Just for you to know : we are using Ac

RE: Is it possible to limit the storage in ActiveMQ ?

2020-03-02 Thread COURTAULT Francois
e let me know. Regards JB > Le 2 mars 2020 à 12:04, COURTAULT Francois > a écrit : > > Hello everyone, > > In case we have slow consumer and fast producer, for persistent messages, > those ones are stored in db-x.log files. > In order to avoid a file system full, is there

RE: Is it possible to limit the storage in ActiveMQ ?

2020-03-02 Thread COURTAULT Francois
Hello, I suppose you're talking about Artemis but I am using ActiveMQ and not Artemis. I should highlight this in my first post. Any solution for ActiveMQ ? Best Regards. -Original Message- From: brusdev [mailto:bruscin...@gmail.com] Sent: lundi 2 mars 2020 12:20 To:

Is it possible to limit the storage in ActiveMQ ?

2020-03-02 Thread COURTAULT Francois
Hello everyone, In case we have slow consumer and fast producer, for persistent messages, those ones are stored in db-x.log files. In order to avoid a file system full, is there a way to limit the number of files or the number of messages or something else ? Best Regards.

RE: Question about db-x.log and delayed message

2020-02-17 Thread COURTAULT Francois
Hello, Thanks a lot for the reply. We have performed some tests and your description matches the behavior we have seen. But I have some questions about delayed JMS messages storage. - Is the storage the same for non delayed and delayed messages ? - When a delayed message is

Question about db-x.log and delayed message

2020-02-17 Thread COURTAULT Francois
Hello everyone, First question: - Let's we have no consumer on a queue but we do have one producer which sends message to this queue. - So, a db-1.log is created than when this one is full, a new file is created db-2.log - Let's say that we now a fast consumer (eg

Issue with ActiveMQ/JMS 2.0

2020-02-10 Thread COURTAULT Francois
Hello, I know that ActiveMQ doesn't cover all JMS 2.0 specification. Could you tell me, please, how far ActiveMQ is close to JMS 2.0 ? I am asking this question because I am using TomEE 8.0.0 or 8.0.1 with ActiveMQ 5.15.10 embedded. In an stateless EJB, I inject JMSContext (working) and in a

Any Active MQ 5.16.0 release date ?

2020-02-06 Thread COURTAULT Francois
Hello, Have you an answer of the subject question ? I ask that because AMQ-7246 mentioned that it's fixed in 5.16.0 (most probably not released yet). Best Regards.

RE: Is there a way to monitor delayed message ?

2019-07-18 Thread COURTAULT Francois
/jira/browse/AMQ-7246 Best Regards. -Original Message- From: COURTAULT Francois Sent: jeudi 18 juillet 2019 11:20 To: users@activemq.apache.org Subject: RE: Is there a way to monitor delayed message ? Hello, Submitted: https://issues.apache.org/jira/browse/AMQ-7243 Best Regards

RE: Is there a way to monitor delayed message ?

2019-07-18 Thread COURTAULT Francois
to the ActiveMQ JIRA. Nothing in the stack trace looks to me like it's related to Tomee; this one looks like it's squarely on us. Sorry that due to this bug there's no out-of-the-box way to do what you're looking for. Tim On Wed, Jul 17, 2019, 7:01 AM COURTAULT Francois < francois.cou

RE: Is there a way to monitor delayed message ?

2019-07-17 Thread COURTAULT Francois
implementing. Tim On Sat, Jul 13, 2019, 10:54 AM COURTAULT Francois < francois.courta...@thalesgroup.com> wrote: > Hello, > > Sorry I haven't seen the reply. I do confirm that the questions are > about 5.x. > The only entries I have are >- JobScheduler having JMS MBean

RE: Is there a way to monitor delayed message ?

2019-07-13 Thread COURTAULT Francois
emis? > > > > Tim > > > > On Fri, Jul 12, 2019, 5:05 PM COURTAULT Francois < > > francois.courta...@thalesgroup.com> wrote: > > > > > Hello > > > > > > The question is in the subject. > > > Is it possible

RE: Is there a way to monitor delayed message ?

2019-07-13 Thread COURTAULT Francois
...@alumni.duke.edu] Sent: samedi 13 juillet 2019 04:26 To: ActiveMQ Users Subject: Re: Is there a way to monitor delayed message ? Is this question about 5.x or Artemis? Tim On Fri, Jul 12, 2019, 5:05 PM COURTAULT Francois < francois.courta...@thalesgroup.com> wrote: > Hello > &g

Is there a way to monitor delayed message ?

2019-07-12 Thread COURTAULT Francois
Hello The question is in the subject. Is it possible to use JMX ? I have tried to find some counters without any success :( Only: * DequeueCount * DispatchCount * EnqueueCount * ExpiredCount * InFlightCount But no DelayedCount ! Does JMS 2.0 API can

Is there a way to monitor delayed message ?

2019-07-12 Thread COURTAULT Francois
Hello everyone, The question is in the subject. Is it possible to use JMX ? I have tried to find some counters without any success :( Only the hereafter counters: * DequeueCount * DispatchCount * EnqueueCount * ExpiredCount * InFlightCount But no

ActiveMQ or Artemis

2018-12-07 Thread COURTAULT Francois
Hello, I want to use a JMS broker. So I have 2 options: Active MQ or ActiveMQ Artemis. Reading some infos: * ActiveMQ & ActiveMQ Artemis support the same protocols: Openwire, Stomp, AMQP and MQTT but maybe not the same versions of those ones ? * Active MQ is JMS 1.1 whereas

ActiveMQ/Artemis usage in µS architecture (Docker/Kubernetes)

2018-10-30 Thread COURTAULT Francois
Hello everyone, Is there technical documentation/white papers of the ActiveMQ/Artemis usage in Docker/K8s environment ? Best Regards This message and any attachments are intended solely for the addressees and may contain confidential information. Any

RE: JMS messages replication

2018-01-26 Thread COURTAULT Francois
successfully managed to get TomEE going with Artemis, but it isn't very user friendly, and I'm sure the integration could be better. If you're up for some hacking on that, let me know and I'd be happy to give you some pointers. Cheers Jon On 26 Jan 2018 17:29, "COURTAULT Francois" <fr

RE: JMS messages replication

2018-01-26 Thread COURTAULT Francois
idered using Artemis rather than ActiveMQ 5.x? Tim On Jan 26, 2018 10:02 AM, "COURTAULT Francois" < francois.courta...@gemalto.com> wrote: > Hello, > > I have looked at Replicated LevelDB Store page on ActiveMQ web site, > even if LevelDB store has been replaced by K

RE: JMS messages replication

2018-01-26 Thread COURTAULT Francois
Hello, Digging further in the ActiveMQ documentation, could the Networks of Brokers a solution ? Best Regards. -Original Message- From: COURTAULT Francois [mailto:francois.courta...@gemalto.com] Sent: vendredi 26 janvier 2018 18:02 To: users@activemq.apache.org Subject: [+SPAM+]: JMS

JMS messages replication

2018-01-26 Thread COURTAULT Francois
Hello, I have looked at Replicated LevelDB Store page on ActiveMQ web site, even if LevelDB store has been replaced by KahaDB, in order to see if it can solve the technical issue I have. But, as far as I have understood this solution won't solve my problem. Let me describe it, in order to

RE: ]: RE: : Re: WARNING log message to be removed

2017-11-16 Thread COURTAULT Francois
persistent property to false, presumably, otherwise what's the point?), you control everything by setting all three limits, not just memoryUsage and tempUsage. Tim On Mon, Nov 13, 2017 at 2:37 PM, COURTAULT Francois < francois.courta...@gemalto.com> wrote: > Hello Tim, >

RE: ]: RE: : Re: WARNING log message to be removed

2017-11-13 Thread COURTAULT Francois
Of Tim Bain Sent: jeudi 9 novembre 2017 06:17 To: ActiveMQ Users <users@activemq.apache.org> Subject: Re: [++SPAM++]: RE: : Re: WARNING log message to be removed On Wed, Nov 8, 2017 at 7:29 AM, COURTAULT Francois < francois.courta...@gemalto.com> wrote: > Hello Tim, > > Understo

RE: [++SPAM++]: RE: : Re: WARNING log message to be removed

2017-11-08 Thread COURTAULT Francois
stores: https://dzone.com/articles/temp-store-and-memory-percent Tim On Nov 7, 2017 7:34 AM, "COURTAULT Francois" <francois.courta...@gemalto.com> wrote: > Hello Tim, > > Thanks for replying. > > But what's the purpose of temp store ? Is it app

RE: : Re: WARNING log message to be removed

2017-11-07 Thread COURTAULT Francois
change to the log message that would have helped you recognize that the message relates to the temp store, please submit an enhancement request in JIRA for that wording change and we'll change it if we agree with what you propose. Tim On Nov 7, 2017 2:21 AM, "COURTAULT Francois"

WARNING log message to be removed

2017-11-07 Thread COURTAULT Francois
Hello everyone, I had some exchanges, in the TomEE users mailing list, about a WARNING message which appears even if the PersistenceAdpater is set to a MemoryPersistenceAdpater. Indeed, I have the following message, in the TomEE startup log: 01-Nov-2017 14:16:38.360 WARNING [ActiveMQFactory