RE: Question about core consumer parameters

2024-09-24 Thread MILOVIDOV Aleksandr
Thanka Justin! This is exactly what I was looking for. -- Best regards, Alexander -Original Message- From: Justin Bertram Sent: Tuesday, September 24, 2024 9:00 PM To: users@activemq.apache.org Subject: Re: Question about core consumer parameters > Is there an explanation of paramet

Re: Question about ActiveMQ RA + MDB and JMS message grouping

2024-09-24 Thread Justin Bertram
> Is my assumption correct? Yes, but I also recommend you test and verify. Let us know if you have any further questions! Justin On Tue, Sep 17, 2024 at 8:32 AM Bisil wrote: > I am using JBoss with the embedded Apache ActiveMQ Artemis Message > Broker 2.16.0. > > Looking at the source code of

Re: Question about core consumer parameters

2024-09-24 Thread Justin Bertram
> Is there an explanation of parameters which are logged in this event? I'm not aware of any documentation explaining the meaning of the parameters. However, you can look in the source code to see what the logged values represent. For example, in this case you can look at the createConsumer method

Question about core consumer parameters

2024-09-24 Thread MILOVIDOV Aleksandr
Hi All, When user connects to Artemis and creates core consumer, event is logged to audit journal. Is there an explanation of parameters which are logged in this event? For example, I have two events of creating consumer for queue INPUT_QUEUE with filter. First is created by application, secon

Question about ActiveMQ RA + MDB and JMS message grouping

2024-09-17 Thread Bisil
I am using JBoss with the embedded Apache ActiveMQ Artemis Message Broker 2.16.0. Looking at the source code of ActiveMQ RA I suspect using JMS message grouping with a JBoss MDB that is fed by a JMS queue (for example with 10 MDB workers/instances and the default number of 15 sessions / JMS c

Re: Question about

2024-02-13 Thread Damien Colnat
So to have specific configuration for topic, what i should do ? because if i add this DLQ true .DLQ 5 Artemis can't start If i remove, it's work Thanks Le mar. 13 févr. 2024 à 15:50, Justin Bertram a écrit : > > AMQ224110

Re: Question about

2024-02-13 Thread Justin Bertram
> AMQ224110: Configuration 'whitelist' is deprecated, please use the 'allowlist' configuration This WARN message is based on the fact that you're using the "whitelist" configuration element in your management.xml. It has nothing to do with your address-setting. Justin On Tue, Feb 13, 2024 at 8:

Question about

2024-02-13 Thread Damien Colnat
Hello i try to add specific configuration for one topic But when i start artemis i have this error AMQ224110: Configuration 'whitelist' is deprecated, please use the 'allowlist' configuration And i don't know how to solve it My broker.xml is like this DLQ

Re: Question about HA configuration failover problem

2024-02-02 Thread Justin Bertram
34 Washington Street, Suite 205 Wellesley Hills, MA 02481 > > *M: *+1 7209385761 <+1%207209385761> | john.lil...@redpointglobal.com > > *From:* Justin Bertram > *Sent:* Monday, January 29, 2024 1:55 PM > *To:* users@activemq.apache.org > *Subject:* Re: Question about

RE: Question about HA configuration failover problem

2024-01-30 Thread John Lilley
PM To: users@activemq.apache.org Subject: Re: Question about HA configuration failover problem *** [Caution] This email is from an external source. Please use caution responding, opening attachments or clicking embedded links. *** > Is this a bug in the AMQ JMS client? At this point I don't believe it is a

Re: Question about HA configuration failover problem

2024-01-29 Thread Justin Bertram
> Is this a bug in the AMQ JMS client? At this point I don't believe it is a bug in the ActiveMQ Artemis core JMS client. I talked about AMQ219014 previously, but I suppose it bears repeating here. The timeout is ultimately ambiguous. The client can't reliably conclude that the broker has failed

Question about HA configuration failover problem

2024-01-26 Thread John Lilley
Greetings, This is something of a follow-up on previous failover issue reports, but we’ve taken careful notes and logs and hopefully we have enough information to diagnose what is happening. We are experiencing an error during AMQ broker failover from live to backup. We are testing this using

Re: question about command in undeleted kahadb log file

2022-09-02 Thread Matt Pavlovich
Hello Pham- You most likely ran into an old bug, where the log files were not deleted for some use case. ActiveMQ 5.6 is over 10 yrs old at this point, and upgrading to a newer version will resolve this issue. FWIW— the KAHA_REMOVE_MESSAGE_COMMAND is ActiveMQ internals about message processing

question about command in undeleted kahadb log file

2022-09-02 Thread pham lan
Hello, I am using activemq 5.6. Recently the kahadb log has increased and the old logs do not get deleted. When I check one log file for example, I can see only this kind of message and nothing else. What does this mean and why is the log file not deleted then? 16664 CommandType: KAHA_REMOVE_MESS

Question about PooledConnectionFactory

2022-02-28 Thread zhangkangjian
I'm stuck in using PooledConnectionFactory and CachingConnectionFactory. Because PooledConnectionFactory does not cache consumers, as described in the documentation:It does not 'pool' consumers, this is because, even if a consumer is idle, ActiveMQ will keep delivering messages to the consumer's

RE: Question about charset supported by Artemis

2021-12-02 Thread BRASSEUR Pierre-Henry
Ok, I created the following Jira ticket: ARTEMIS-3598 Thanks. C2 - Restricted -Original Message- From: Gary Tully Sent: Thursday, 2 December 2021 12:04 To: users@activemq.apache.org Subject: Re: Question about charset supported by Artemis [Vous ne recevez pas souvent de courriers de

Re: Question about charset supported by Artemis

2021-12-02 Thread Gary Tully
> Pierre-Henry > > > C2 - Restricted > > -Original Message- > From: BRASSEUR Pierre-Henry > Sent: Tuesday, 30 November 2021 12:42 > To: users@activemq.apache.org > Subject: RE: Question about charset supported by Artemis > > Hello, > > From ActiveMQ 5.15.9, the

RE: Question about charset supported by Artemis

2021-12-02 Thread BRASSEUR Pierre-Henry
Hello, Regarding Artemis and the stack trace here under, are we facing to a bug? Regards, Pierre-Henry C2 - Restricted -Original Message- From: BRASSEUR Pierre-Henry Sent: Tuesday, 30 November 2021 12:42 To: users@activemq.apache.org Subject: RE: Question about charset supported by

RE: Question about charset supported by Artemis

2021-11-30 Thread BRASSEUR Pierre-Henry
rtemis-commons-2.17.0.jar:2.17.0] Regards, Pierre-Henry Sent: Tuesday, 30 November 2021 12:14 To: users@activemq.apache.org Subject: Re: Question about charset supported by Artemis [Vous ne recevez pas souvent de courriers de la part de gary.tu...@gmail.com. Découvrez pourquoi cela peut êt

Re: Question about charset supported by Artemis

2021-11-30 Thread Gary Tully
can you post some code and/or the exception stack trace? On Tue, 30 Nov 2021 at 08:46, BRASSEUR Pierre-Henry wrote: > > > Hello, > > I would like to know if Artemis can support other charset than UTF-8? > > The post of message in charset ISO-8859-15 was working with previous version > ActiveMQ 5

Question about charset supported by Artemis

2021-11-30 Thread BRASSEUR Pierre-Henry
Hello, I would like to know if Artemis can support other charset than UTF-8? The post of message in charset ISO-8859-15 was working with previous version ActiveMQ 5.15.9. We upgraded to Artemis 2.16 and messages with special characters are now rejected by Artemis (exception on org.apache.acti

Question about multiple certs in broker keystore

2021-07-23 Thread Bijju Patel
Hello, I have couple of questions about certs in broker keystore and which cert is used in ssl protocol. I could not find any info in the doc. I did find couple of old queries in this forum. But, there are no replies. So, hoping someone can comment on these questions: 1. If there are multiple cer

Re: I hava a question about ActiveMQ.DLQ on ActiveMQ+zookeeper

2021-07-20 Thread Tim Bain
As we've mentioned previously, replicated LevelDB is not a supported configuration and support is being removed in the next release, no one on this mailing list knows enough about it to help you troubleshoot problems, and if you do choose to use it despite those things you should be prepared to use

I hava a question about ActiveMQ.DLQ on ActiveMQ+zookeeper

2021-07-20 Thread ??????o.--
Hello I have set the policy of not discarding the dead letter queue, and set the message will enter the dead letter queue after expiration. When I restart the broker of three nodes, I sometimes find that the statistics of activemq.dlq of each node are inconsistent, mainly  the value of QueueSize

Re: I have a question about levedb

2021-07-09 Thread Tim Bain
< > tb...@alumni.duke.edu>; > 发送时间: 2021年7月8日(星期四) 晚上7:50 > 收件人: "ActiveMQ Users" > 主题: Re: I have a question about levedb > > > > Thanks for the link. To the best of my knowledge, that particular > experiment never bore fruit and there is no current effor

?????? I have a question about levedb

2021-07-08 Thread ??????o.--
Thanks for you reply, The main reason why I don't use NFS is that I need to ensure the high availability of the NFS cluster or rely on third-party storage, which will increase my cost. The leveldb + zookeeper mode, when building a cluster, can ensure that each node can store a piece of data, so

Re: I have a question about levedb

2021-07-08 Thread Tim Bain
"users" > < > tb...@alumni.duke.edu>; > 发送时间: 2021年7月7日(星期三) 晚上8:08 > 收件人: "ActiveMQ Users" > 主题: Re: I have a question about levedb > > > > Can you please

?????? I have a question about levedb

2021-07-07 Thread ??????o.--
Hello, you may have misunderstood me. First ,??Can you please provide the link where you saw KahaDB replication discussed???This is the website[1] Second: "In the KahaDB on NFS case, your statement that the data is unavailable when a broker fails is inaccurate. Because the data is written to an NF

Re: I have a question about levedb

2021-07-07 Thread Tetreault, Lucas
ot;users" > < > tb...@alumni.duke.edu>; > 发送时间: 2021年7月5日(星期一) 晚上7:40 > 收件人: "ActiveMQ Users" > 主题: Re: I have a question about levedb > > > > Let m

Re: I have a question about levedb

2021-07-07 Thread Tim Bain
发件人: > "users" > < > tb...@alumni.duke.edu>; > 发送时间: 2021年7月5日(星期一) 晚上7:40 > 收件人: "ActiveMQ Users" > 主题: Re: I have a question about levedb > >

?????? I have a question about levedb

2021-07-06 Thread ??????o.--
I learned from the official website that the master-slave modes currently supported are "shared file system master slave" and "JDBC master slave". "Shared file system master slave": the mode depends on shared files and only exists on one node. If the host of the node is down, the master-slave m

Re: I have a question about levedb

2021-07-05 Thread Tim Bain
eeper + ActiveMQ to build master-slave mode。 > > > > > -- 原始邮件 -- > 发件人: > "users" > < > jbert...@apache.org>

?????? I have a question about levedb

2021-07-04 Thread ??????o.--
I know the levedb was removed. but now I use zookeeper + ActiveMQ to build master-slave mode?? --  -- ??: "users"

Re: I have a question about levedb

2021-07-04 Thread Justin Bertram
Support for LevelDB was revoked in ActiveMQ 5.14.2, although the store implementation was still present in the code-base. The store implementation was removed in 5.17.0. Justin On Sun, Jul 4, 2021 at 9:48 PM ヤ艾枫o.-- <1169114...@qq.com.invalid> wrote: > Hi  > > https://github.com/apache/activemq

I have a question about levedb

2021-07-04 Thread ??????o.--
Hi  https://github.com/apache/activemq/blob/activemq-5.15.x/activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/replicated/MasterElector.scala#L120 what is means "members"?? Refers to the number of brokers started in the current cluster, or the number of brokers registered in the zoo

Re: Question about files in the `bin` directory

2021-06-10 Thread JB Onofré
> From: Jean-Baptiste Onofre > Sent: 10 June 2021 11:34 > To: users@activemq.apache.org > Subject: Re: Question about files in the `bin` directory > > CAUTION: This email originated from outside of the organization. Do not click > links or

Re: Question about files in the `bin` directory

2021-06-10 Thread Fabrice Triboix
Hi Jean-Baptiste, All right, thank you very much! I suppose I can safely remove the "bin/wrapper.jar" file as well, isn't it? Best regards, Fabrice From: Jean-Baptiste Onofre Sent: 10 June 2021 11:34 To: users@activemq.apache.org Subjec

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: Question about files in the `bin` directory

2021-06-10 Thread Fabrice Triboix
08:55 To: users@activemq.apache.org Subject: Question about files in the `bin` directory 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. Hello everyone, The official ActiveMQ

Question about files in the `bin` directory

2021-06-10 Thread Fabrice Triboix
Hello everyone, The official ActiveMQ tarball (https://archive.apache.org/dist/activemq/5.16.2/apache-activemq-5.16.2-bin.tar.gz) has a "bin" directory. In this "bin" directory, I can see three subdirectories: "linux-x86-32", "linux-x86-64" and "macosx". Could someone please explain to me what

Re: Beginner question about ActiveMQ 5.15.8 on Debian 10

2021-02-18 Thread Matt Pavlovich
Samuel- If you are getting a response from port 61616, there is a good chance you have it going. However, your best bet is to check with the Debian Package maintainer. It sounds like the installation moved some files to different locations than the default from the Apache ActiveMQ distribution.

Beginner question about ActiveMQ 5.15.8 on Debian 10

2021-02-18 Thread VISCAPI, SAMUEL
Dear all, I’m completely new to ActiveMQ and only have very little prior experience with message queues, so please bear with me. I just installed ActiveMQ 5.15.8 on Debian 10, using the package from the official repositories: https://packages.debian.org/buster/activemq If I understand correct

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

2020-02-17 Thread COURTAULT Francois
stored in the db-x.log ? when it has been sent or when it will be available at delay expiration ? Best Regards. -Original Message- From: AntonR [mailto:anton.roskv...@volvo.com] Sent: lundi 17 février 2020 15:15 To: users@activemq.apache.org Subject: Re: Question

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

2020-02-17 Thread AntonR
Hi, Yes, when all messages are removed in db-1 it will get removed and all new ones will get added to db-3. The message log is append only, so new db files will get created and old ones removed as part of normal operations. Beware of mixing slow and fast consumers though, as just one single messa

Question about db-x.log and delayed message

2020-02-17 Thread COURTAULT Francois
nsumer (eg faster than the producer) on this queue, will the db-2.log file removed ? Second question about delayed message: - For normal message, we are able to see inqueue and dequeuer counters increasing. - What about delayed message, until they haven't been delivered,

Re: question about growing number of addresses in artemis

2018-05-07 Thread Justin Bertram
This looks like a bug to me. Could you describe a simple way to reproduce the issue? Justin On Mon, Apr 30, 2018 at 11:29 AM, Daniel Hutchison wrote: > Hi, > > I've recently upgraded to artemis 2.5 from an old version of activemq. > I've been running in my test environment for about 2 weeks

question about growing number of addresses in artemis

2018-04-30 Thread Daniel Hutchison
Hi, I've recently upgraded to artemis 2.5 from an old version of activemq.   I've been running in my test environment for about 2 weeks now, and I notice that artemis is displaying about 22,000 addresses that look like this: Address:ID:esbtst-51076-1516925608717-1:1413:18 Address

Re: Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-14 Thread Tim Bain
I'd echo Gary's suggestion that you capture thread dumps or perform sampling during the slow events. That would make it clear where the time is being spent. Tim On Wed, Feb 14, 2018 at 11:16 PM, alprausch77 wrote: > Yes, we use XA transactions. > > I don´t think that the NIO mixes this up some

Re: Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-14 Thread alprausch77
Yes, we use XA transactions. I don´t think that the NIO mixes this up somehow. We can run our system with a standalone ActiveMQ using tcp or nio but also in an embedded mode inside Wildfly using the VM protocol. I just run our tests again with the enableAckCompaction set to false for the kahaDB -

Re: Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-14 Thread Gary Tully
XA transactions? normally the transaction is on the session and connection... so any async call will complete before the commit.. unless maybe nio is mixing this up some. do you have some code that will show the rollbackOnlyOnAsyncException case where the tx is null. There is a test case that can

Re: Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-14 Thread alprausch77
Hello Gary. Thanks for your reply. I already tried the rollbackOnlyOnAsyncException. But this one only works if the transaction still exists when the error in the async send happens. But if the TX is already finished, than there is no such action because the code which looks up the transaction retu

Re: Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-14 Thread Gary Tully
in addition, try the latest Artemis release, there has been a bunch of work on latency w.r.t gc on exactly that flat send latency (reliable enqueue) use case. On Wed, 14 Feb 2018 at 14:29 Gary Tully wrote: > transaction commit is a sync operation... if an async send in a > transaction fails, the

Re: Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-14 Thread Gary Tully
transaction commit is a sync operation... if an async send in a transaction fails, then the commit will rollback via: rollbackOnlyOnAsyncException w.r.t spikes in send, have you enabled the preallocation strategy on kahadb, it may be worth toggling to see the effect in your env. Also, ackCompactio

Re: Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-11 Thread alprausch77
Hello Tim. Thank you for your suggestion but I already checked the GC (forgot to mention it). The times of the slow JMS sends doesn´t correlate with the garbage collector events. Btw: we use CMS as collector. Any other ideas? Thanks. Joachim -- Sent from: http://activemq.2283324.n4.nabble.com/

Re: Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-09 Thread Tim Bain
: > Hello. > I have a question about the AMQ-3166 issue and the introduced > 'rollbackOnlyOnAsyncException' flag. > In the comments of the AMQ-3166 task Gary Tully says > /async exceptions on transactional ops - message send and message ack > will result in the tra

Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-09 Thread alprausch77
Hello. I have a question about the AMQ-3166 issue and the introduced 'rollbackOnlyOnAsyncException' flag. In the comments of the AMQ-3166 task Gary Tully says async exceptions on transactional ops - message send and message ack will result in the transaction being marked rollback-on

Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-09 Thread alprausch77
Hello. I have a question about the AMQ-3166 issue and the introduced 'rollbackOnlyOnAsyncException' flag. In the comments of the AMQ-3166 task Gary Tully says /async exceptions on transactional ops - message send and message ack will result in the transaction being marked rol

Re: A question about memory usage & jvm

2017-07-05 Thread Montecchius
Thank you -- View this message in context: http://activemq.2283324.n4.nabble.com/A-question-about-memory-usage-jvm-tp4728197p4728209.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: A question about memory usage & jvm

2017-07-04 Thread Tim Bain
rect ? > <http://activemq.2283324.n4.nabble.com/file/n4728197/1.gif> > > If you look at the picture above it uses more then that ? Could anyone can > explain it ? Or correct me if i'm wrong? > > Regards. > > > > > -- > View this message in context: http:

Re: A question about memory usage & jvm

2017-07-04 Thread Michael André Pearce
4728197/1.gif> > > If you look at the picture above it uses more then that ? Could anyone can > explain it ? Or correct me if i'm wrong? > > Regards. > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/A-quest

A question about memory usage & jvm

2017-07-04 Thread Montecchius
om/file/n4728197/1.gif> If you look at the picture above it uses more then that ? Could anyone can explain it ? Or correct me if i'm wrong? Regards. -- View this message in context: http://activemq.2283324.n4.nabble.com/A-question-about-memory-usage-jvm-tp4728197.html Sent from the Ac

Re: Artemis 1.5.1 question about the ExpiryQueue

2017-01-09 Thread Justin Bertram
> Is it possible to achieve the same functionality for dynamically created > queues ? In short, no. Justin - Original Message - From: "Maciej Gałkowski" To: users@activemq.apache.org Sent: Monday, January 9, 2017 3:52:16 AM Subject: Artemis 1.5.1 question about the E

Artemis 1.5.1 question about the ExpiryQueue

2017-01-09 Thread Maciej Gałkowski
This is sort of follow up to my previous message. I am evaluating STOPM v1.2 protocol implementation. In our use case STOMP message consumers have to call an unreliable third party dependency, and this call can fail from time to time. The subscription is set in the ack:client-individual mode. As t

Re: Question about priorityURIs feature

2016-06-18 Thread Arkin Yetis
ndom? > Once a connection to local2 is established, the client will not attempt to > connect to local1 unless the connection to local2 is disrupted. Is that > correct? > > Thanks, > - Arkin > > > > -- > View this message in context: > > http://activemq.2283324.n4.nabble.com/Question-about-priorityURIs-feature-tp4713129.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Question about priorityURIs feature

2016-06-18 Thread Tim Bain
ted. Is that correct? Thanks, - Arkin -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-priorityURIs-feature-tp4713129.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Question about priorityURIs feature

2016-06-17 Thread arkin
83324.n4.nabble.com/Question-about-priorityURIs-feature-tp4713129.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: question about activemqCPP compatability

2015-08-17 Thread Timothy Bish
ent based on your application needs and future plans. >> >> Thanks in advance > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/question-about-activemqCPP-compatability-tp4700963p4701135.html > Sent from the ActiveMQ - User mailing

Re: question about activemqCPP compatability

2015-08-16 Thread jeffrey
PP API for our usage, > seperating it from the application so that any future changes to the API > or the broker can be implemented without change to the core of the > application? > > Thanks in advance -- View this message in context: http://activemq.2283324.n4.nabble.com/questi

question about activemq and zookeeper cluster

2015-03-10 Thread arun196
nly 3 vm's. Do you see any problems with having both on same server/vm? -- View this message in context: http://activemq.2283324.n4.nabble.com/question-about-activemq-and-zookeeper-cluster-tp4692965.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: question about replicated level DB Store

2015-03-09 Thread Christian Grassi
o you see any problem with using just 2 > zookeepers? > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/question-about-replicated-level-DB-Store-tp4692850.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

question about replicated level DB Store

2015-03-09 Thread arun196
ing 2 zookeeper servers should be fine. If one goes down, we still have other zookeeper. Just 3 might be redundant. Do you see any problem with using just 2 zookeepers? -- View this message in context: http://activemq.2283324.n4.nabble.com/question-about-replicated-level-DB-Store-tp4692850.htm

Re: Question about Network Brokers

2014-10-02 Thread Tim Bain
t; > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Question-about-Network-Brokers-tp4686054p4686102.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Question about Network Brokers

2014-10-02 Thread juanmanuel.romeraferrio
send the message to other cluster? -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-Network-Brokers-tp4686054p4686102.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Question about Network Brokers

2014-10-01 Thread Tim Bain
t; > Client 1 (Version 1) message-> Cluster master/slave broker > --message> Server 1 > Client 2 (Version 2) message-> Cluster master/slave broker > --message> Server 2 > > How could it? > > > > > > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Question-about-Network-Brokers-tp4686054.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Question about Network Brokers

2014-10-01 Thread juanmanuel.romeraferrio
t; Server 1 Client 2 (Version 2) message-> Cluster master/slave broker --message> Server 2 How could it? -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-Network-Brokers-tp4686054.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Some question about static and multicast for network broker

2014-04-02 Thread snake0zero
By the way I just debugged my Consumer code and found it was stopped in ActiveMQConnection#syncSendPacket. it looks like Consumer is waiting for ActiveMQ's response but no any reply. -- View this message in context: http://activemq.2283324.n4.nabble.com/Some-question-about-static-and-mult

Some question about static and multicast for network broker

2014-04-02 Thread snake0zero
4.n4.nabble.com/Some-question-about-static-and-multicast-for-network-broker-tp4679838.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: question about producer flow control

2014-02-10 Thread jahlborn
ds or might use a shared pool. -- View this message in context: http://activemq.2283324.n4.nabble.com/question-about-producer-flow-control-tp4677629p4677721.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: question about producer flow control

2014-02-10 Thread artnaseef
always handles (tries to handle) messages once it receives them. -- View this message in context: http://activemq.2283324.n4.nabble.com/question-about-producer-flow-control-tp4677629p4677713.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: question about producer flow control

2014-02-10 Thread jahlborn
Any pointers, links, etc? -- View this message in context: http://activemq.2283324.n4.nabble.com/question-about-producer-flow-control-tp4677629p4677709.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: question about producer flow control

2014-02-07 Thread jahlborn
Also, what about the per-destination limits, are those enforced? -- View this message in context: http://activemq.2283324.n4.nabble.com/question-about-producer-flow-control-tp4677629p4677652.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

question about producer flow control

2014-02-07 Thread jahlborn
ew this message in context: http://activemq.2283324.n4.nabble.com/question-about-producer-flow-control-tp4677629.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: question about static network connector?

2013-11-08 Thread Christian Posta
twork bridge to all of those brokers. If they're up, then yes, you could potentially have messages forwarded to all of them. In your case, you mention that you have M/S failover on JDBC, so the slave brokers are not fully started. The network bridge won't be able to connect to them becaus

question about static network connector?

2013-11-07 Thread smith_jor
orward to all these uris? or forward to only one url ? -- View this message in context: http://activemq.2283324.n4.nabble.com/question-about-static-network-connector-tp4674057.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Question about Multiple Consumers / Same Queue

2013-06-21 Thread Christian Posta
sumers in our demo can't > bahave like yours? > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Question-about-Multiple-Consumers-Same-Queue-tp4665585p4668391.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Question about Multiple Consumers / Same Queue

2013-06-21 Thread ladygaga
. How did you configure your ActiveMQ because consumers in our demo can't bahave like yours? -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-Multiple-Consumers-Same-Queue-tp4665585p4668391.html Sent from the ActiveMQ - User mailing list archi

Re: Question about listeners performance

2013-04-30 Thread Christian Posta
figuration and this example (too simple) > couldn't be sustainable in time. > > Thanks > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024p4666441.html > Sent from the ActiveMQ - User maili

Re: Question about listeners performance

2013-04-30 Thread mvilleta
p://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024p4666441.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Question about listeners performance

2013-04-28 Thread mvilleta
<http://activemq.2283324.n4.nabble.com/file/n4666330/recordedObject.png> hotspots.png <http://activemq.2283324.n4.nabble.com/file/n4666330/hotspots.png> I hope it could give more information to my problem... Thanks -- View this message in context: http://activemq.2283324

Re: Question about listeners performance

2013-04-28 Thread mvilleta
27;t understand how this too simple example, works like that ... Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024p4666329.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Question about listeners performance

2013-04-27 Thread SuoNayi_Gmail
Why not perform a heap memory analysis to see what objects are living in the heap and whether they are reachable? -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024p4666317.html Sent from the ActiveMQ - User mailing list

Re: Question about listeners performance

2013-04-27 Thread mvilleta
. For that I don't understand what resources are increasing, if when i consume them should be released. -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024p4666316.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Question about listeners performance

2013-04-27 Thread SuoNayi_Gmail
Yes, you can not expect the exact time when JVM will perform the GC operation, since your memory is low and the JVM may never perform GC... -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024p4666315.html Sent from the ActiveMQ

Re: Question about listeners performance

2013-04-27 Thread mvilleta
ge in context: http://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024p4666314.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Question about listeners performance

2013-04-27 Thread SuoNayi_Gmail
Are they(include the broker) all running on the same box? If so non-persistent messages will occupy the heap memory before they are flushed into the disk. -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024p4666313.html Sent

Question about listeners performance

2013-04-26 Thread mvilleta
aphic, the GC can't release all the memory and he can't come back to the initial situation. In the last graphic, the tenured memory is not release properly as well. Does anybody know why occur that? I'm getting a little lost... Thanks in advance Regards -- View this message i

Question about listeners performance

2013-04-22 Thread mvilleta
tion?. SouNayi, have you ever closed any session at your 24x7 application eventually, on that case, how can I do it without stop the service?. Thanks in advance Regards -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024p4

Re: Question about listeners performance

2013-04-19 Thread mvilleta
ler 7.2.2 profiling tool. I'm specially interesting in know if i should do something with my sessions, because i'm not closing them (actually, I can't do it, because it should work 24x7). Thanks Regards -- View this message in context: http://activemq.2283324.n4.na

Re: Question about listeners performance

2013-04-18 Thread Christian Posta
e, > > Regards > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta

Question about listeners performance

2013-04-18 Thread mvilleta
again the profiler tool, I noticed, that the memory leak grows slower. Does it have any sense?. We are not closing the session and the conexion instances because we reuse them all the time. Thank you in advance, Regards -- View this message in context: http://activemq.2283324.n4.nabble.com/Q

  1   2   3   4   >