Re: ActiveMQ-CPP Connection monitoring

2010-02-03 Thread Sebastian Rodriguez
Hi Martin, I'm not an expert of the Cpp client and I'm more familiar to the .NEt client, but looking at the ActiveMQConnection.h, it seems the cpp client has the same exceptions and listeners than the .NET counterpart: public: // TransportListener /** * Adds a transport listener

ActiveMQ-CPP Connection monitoring

2010-02-03 Thread Martin C.
Hi, I am using the failover transport in ActiveMQ-CPP and I'd like to know if there is a similar way to monitor the state of the connection as in the Java implemention, where you can register a TransportListener to the connection, which in turn gets notified if the connection is currently interru

Re: Memory leak while running a network of brokers?

2010-02-03 Thread Sebastian Rodriguez
Hi Mark, There is a memory leak solved in the 5.3.1 branch ( AMQ-2448 ) that occurs when using network of brokers. It doesn't seem it's exactly your test case, as the two brokers are apparently up during your test. Maybe you give a try to the 5.3.

Memory leak while running a network of brokers?

2010-02-03 Thread mark.w
Hi, I have a following test scenario: I start two brokers (ver. 5.3.0) on local host on two different ports, lets say broker A on port 61616 an B on 61617. In broker A I configure additionally a networkConnector with uri="static://(tcp://localhost:61617)". If both instances are started I run a un

Re: Configuring ActiveMQ Embedded Broker over HTTPS

2010-02-03 Thread Bruce Snyder
On Tue, Feb 2, 2010 at 4:48 PM, Boris Belov wrote: > > Hello, > > We are attempting to configure embedded  ActiveMQ broker over https and > failing to do so. Any attempt to start the broker results in > jetty.ssl.password prompt. > After entering the password the following exception is generated.

KahaDB data files not cleaned up

2010-02-03 Thread B.D.
Hi, I’m using ActiveMQ 5.3 with KahaDB. Two brokers are in a network with failover. Publishers are sending messages to a composite destination that forwards to a topic or a queue. It works ok with topics but with queues after a while there is accumulation of db-xxx.log files in the data/kahadb d

André Dittrich ist außer Haus.

2010-02-03 Thread andre . dittrich
Ich werde ab 03.02.2010 nicht im Büro sein. Ich kehre zurück am 17.02.2010.

Re: Exceptions are not thrown on XA Enviroment

2010-02-03 Thread javierkusse
I Forgot, i 'm using ActiveMQ 5.3.0 javierkusse wrote: > > Hi, i have a broker with user authentication. The users cannot create an > specific topic. When i try to create this topic, a securityException is > logged, but it is not thrown. I need to catch this exception to do a > rollback on my t

Exceptions are not thrown on XA Enviroment

2010-02-03 Thread javierkusse
Hi, i have a broker with user authentication. The users cannot create an specific topic. When i try to create this topic, a securityException is logged, but it is not thrown. I need to catch this exception to do a rollback on my transaction. This is the code that does not throw the exception:

Re: Large BLOBs cause crash with IllegalArgumentException

2010-02-03 Thread Marc Weil
Does anyone have any information on how to set up BLOB messages to use SCP? I never received a response to my question from a few days ago. Thanks! Marc On Sat, Jan 30, 2010 at 3:54 PM, Marc Weil wrote: > Thanks for the help, guys. Is the syntax for using SCP and SFTP with this > the same? I fi

Re: Durable Subscriber and unclean disconnection

2010-02-03 Thread keneida
rajdavies wrote: > > I should have explained - that although this is client-side > configuration - there is a handshake between the client and broker on > initialization. The lowest value of maxInactivityDuration is used by > both peers of the transport (client and broker). > Just to