Re: TCP transport connection recovery.

2008-08-08 Thread Rob Davies
On 8 Aug 2008, at 22:01, David Crisp wrote: Howdy, I had a question about tcp transportConnectors and the TransportListener interface. My understanding is that a tcp connection from client to the broker will periodically attempt to reconnect if the broker goes down and no other connec

Re: How to shutdown activemq 5.1.0 server?

2008-08-08 Thread Janesh S
Hi, Can someone please help me with the shutdown? Thanks. Jan Hi Bruce, Thanks! I tried enabling the JMX using each of the following options, but still was unable to stop the server using the "activemq-admin stop" command: -- View this message in context: http://www.nabble.com/How-to-shu

Re: Cannot build

2008-08-08 Thread Jim Gomes
Hi Simone, I have resolved the build issues that I introduced over the last few days. Sorry about the inconvenience. If you sync to the latest version, everything should build correctly. Please let me know if you continue to have any problems. - Jim On Thu, Aug 7, 2008 at 8:35 AM, simone_b <[E

Non collocated usage of AMQ and geronimo

2008-08-08 Thread devdev
Hi I've been looking for a tutorial or example in vain. I'm looking for using AMQ and geronimo in a non collocated fashion. I have 4 app servers (geronimo) on 4 different computers and I'd like all 4 to communicate w/ an AMQ hosted on a different 5th computers. Configuration examples I found

ActiveMQ

2008-08-08 Thread sk123
Hi Is there a way to know if the broker is shutting down? I have an embedded broker and looks like the application is trying to publish events after the broker starts to shutdown. I am using ActiveMQ 5.1. org.apache.activemq.ConnectionFailedException: The JMS connection has failed: Peer (vm:/

TCP transport connection recovery.

2008-08-08 Thread David Crisp
Howdy, I had a question about tcp transportConnectors and the TransportListener interface. My understanding is that a tcp connection from client to the broker will periodically attempt to reconnect if the broker goes down and no other connectors are available via failover/static. I have two

RE: JMS Threading Restriction

2008-08-08 Thread Mittler, Nathan
You should (theoretically) be able to share the same ActiveMQ-CPP session between multiple threads, but we did create the CMS API as a direct port of JMS. With that said, I'm not sure how thoroughly the ActiveMQ-CPP session class was tested with multiple threads. You can always give it a try and

Re: JMS Threading Restriction

2008-08-08 Thread fredrick255
Is this also the case in CMS (activemq-cpp)? rajdavies wrote: > > > On 14 Jun 2008, at 01:50, Joshua Smith wrote: > >> All- >> >> I'm reading a number of references on JMS written some time between >> 2001 and >> now. The challenge that comes with that is knowing which things are >> stil

Debugging a locked state

2008-08-08 Thread sub3
Hi, Occasionally, my system locks up (7/31 Snapshot). I've poured though the logs and can't find any reason for the stoppage. If I restart a component, it gets locked when it executes 'connection.setClientID(clientId)'. Can any give me any insight as to what ActiveMQ does here? I.e. is it waiti

JDK 1.5, 1.6 and FreeBSD

2008-08-08 Thread Eugeny N Dzhurinsky
Hello, all! I found a very strange issue - having the broker, producer and consumer running on JDK 1.6 Blob messages aren't processed at all - in the directory with blobs I can see partial files with blobs and nothing happens - looks like the producer can't finish the uploading of a message for so

Re: JMS-JMS bridge and wildcards

2008-08-08 Thread Rob Davies
We will be deprecating the JMS-JMS bridge - as its functionality is now better replaced by Apache Camel - see http://activemq.apache.org/camel/jms.html cheers, Rob On 8 Aug 2008, at 11:49, Minh Tu Duong wrote: Hi all, some body know that this bug already fixed? JMS bridge works correctly

Re: JMS-JMS bridge and wildcards

2008-08-08 Thread Minh Tu Duong
Hi all, some body know that this bug already fixed? JMS bridge works correctly with wildcards. cheers, Minh Tu. Travis Endersby schrieb: apache-activemq-5.1.0 On Aug 1, 2008, at 1:46 AM, Rob Davies wrote: that's an odd one - which version are you using? cheers, Rob On 31 Jul 2008, at 1

Re: producer send message to consumer and get a response

2008-08-08 Thread Mark Webb
One additional question on this issue, is there a way that this can by done synchronously? If not, I will need to formulate some blocking callback so that that response I get can inform me of what path I should take in my programs logic. Thanks again. On Mon, Aug 4, 2008 at 2:38 PM, Mark Webb <

Re: How to shutdown activemq 5.1.0 server?

2008-08-08 Thread Janesh S
Hi Bruce, Thanks! I tried enabling the JMX using each of the following options, but still was unable to stop the server using the "activemq-admin stop" command: --

Journal Problem

2008-08-08 Thread Fuzzo
Hi all! The scenario is the following: - one producer to topic - two consumer Sometimes i get the following error: ERROR JournalPersistenceAdapter - Failed to mark the Journal: org.apache.activeio.journal.InvalidRecordLocationException: The location is less than the last mark. This cause o