Re: Real world example for CMS?

2009-01-19 Thread Patrick Ruckstuhl
Hi Timothy I'm now able to deal with connection interruptions on the sending side but seem to get some problems on the receiving side (there are some partner that simple just receive messages) What I currently do is (in pseudocode) Consumer c = session.createConsumer(SomeDestination) while(tru

Re: Real world example for CMS?

2009-01-19 Thread Patrick Ruckstuhl
ng. > > We are currently working on V3.0 of ActiveMQ-CPP which will include > failover support but until then the recovery process is a manual one > that the user must implement. > > Regards > Tim. > > On Sun, 2009-01-18 at 22:42 -0800, Patrick Ruckstuhl wrote:

Real world example for CMS?

2009-01-18 Thread Patrick Ruckstuhl
Hi, does someone have a real world example for using CMS? My situation is the following. I have an application that has multiple threads and sends and receives messages. ActiveMQ itself is running on a different host so it is possible (and happens form time to time) that the network connection

Eiffel wrapper for ActiveMQ-CPP

2009-01-13 Thread Patrick Ruckstuhl
Hi, I created an Eiffel wrapper for ActiveMQ-CPP which allows to easily use it from Eiffel. It can be found on its Origo page http://ems.origo.ethz.ch It currently only supports a subset of the functionality but if requested more can be added. It would be great if a link to it could be added o

Eiffel wrapper for activeMQ

2008-08-21 Thread Patrick Ruckstuhl
Hi, as we wanted to use activeMQ for the messaging layer of Origo (http://origo.ethz.ch), I wrote a small wrapper around activeMQ that allows to easily connect an Eiffel application to activeMQ. It can be found on Origo: http://ems.origo.ethz.ch About two weeks ago, Origo switched from a hand ma

CMS reconnect to broker (failover)

2008-08-10 Thread Patrick Ruckstuhl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Is there a way to automatically reconnect in with cms? Something similar as described on http://activemq.apache.org/how-can-i-support-auto-reconnection.html Thanks and Regards, Patrick -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Min

Re: Valid characters in strings

2008-08-03 Thread Patrick Ruckstuhl
ay to deal with other characters? | | Thanks and Regards, | Patrick | | | | The CMS MapMessage supports ASCII characters | | | | Regards | | Tim. | | | | On Fri, 2008-08-01 at 12:20 +0200, Patrick Ruckstuhl wrote: | | Hi, | | | | Does anyone know what the valid characters for strings in map messag

Re: Valid characters in strings

2008-08-01 Thread Patrick Ruckstuhl
characters | | Regards | Tim. | | On Fri, 2008-08-01 at 12:20 +0200, Patrick Ruckstuhl wrote: | Hi, | | Does anyone know what the valid characters for strings in map messages | are (cms)? | | Thanks and Regards, | Patrick -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG wi

Valid characters in strings

2008-08-01 Thread Patrick Ruckstuhl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Does anyone know what the valid characters for strings in map messages are (cms)? Thanks and Regards, Patrick -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECA

Best way to find out which type of Message was received

2008-06-18 Thread Patrick Ruckstuhl
Hi What is the best way to find which type (TextMessage, MapMessage, ...) of message was received? I'm currently using a dynamic_cast check to find out which type it is, but I'm wondering if there's a better way. -- View this message in context: http://www.nabble.com/Best-way-to-find-out-which