Re: Producers hang under load with AMQ 5.2

2009-09-01 Thread Andreas Gies
Hi there, I am wondering how many consumers there are on the topic and if there are any slow consumers that can't keep up with the messaging load. Without having verified it, it seems that your app hangs in the the send message waiting for the response from the broker. That would happen, if

Producers hang under load with AMQ 5.2

2009-09-01 Thread wo
Hi. We're having a problem under moderate to heavy load (~2500 nonpersisted messages /second on a single broker) while producers will just hang indefinitely at some point and producer application needs to be restarted in order to continue. Here's a snippet from a producer application thread dump

InvalidClientIDException due to Phantom connection?

2009-09-01 Thread sevzas
Hi, I'm using ActiveMQ 5.2 on java 1.6.0_13. The clients are .net clients using NMS from Spring.Net-1.2.0. Server and Client are running on separate Windows XP SP3 machines. Overall, things run well nearly all of the time. Once in a while, a client might go down unexpectedly for an unrelated

Re: PERL/STOMP: MapMessages

2009-09-01 Thread nmittal
Dejan, I have another question. Using Net::Stomp i am sending a text message with 2 properties (one string and one Boolean). My code looks like this... my %head; $head{Critical} = 1; $head{Application} = "Test"; $head{destination} = '/queue/Queue.Test';

sendFailIfNoSpace as a per queue/topic option?

2009-09-01 Thread allen.lau
Hi, I was wondering if the sendFailIfNoSpace option can be set per queue/topic as an enhancement. The scenario for this is that I have multiple camel routes hitting the same broker and for some queues I would like an exception so that I may retry them or reroute them as necessary but for others,

Re: Bridge Queue to Topic

2009-09-01 Thread Joe Fernandez
You can use composite destinations. http://activemq.apache.org/composite-destinations.html You can also use Camel to implement this messaging pattern and at the same time, keep yourself JMS provider neutral. Joe http://www.ttmsolutions.com - FREE AMQ foundation guide. Locuester wrote: > >

Re: Bridge Queue to Topic

2009-09-01 Thread Andreas Gies
Hi there, you might want to look at Virtual destinations, especially composite queues. http://activemq.apache.org/virtual-destinations.html Best regards Andreas On Sep 1, 2009, at 4:24 PM, Locuester wrote: I previously worked with TIBCO EMS and there was a concept of bridges, to make al

Bridge Queue to Topic

2009-09-01 Thread Locuester
I previously worked with TIBCO EMS and there was a concept of bridges, to make all messages hitting a queue be forwarded to a topic (with or without a message selector). Does this concept exist in ActiveMQ? -- View this message in context: http://www.nabble.com/Bridge-Queue-to-Topic-tp25241255p

Re: Could not locate data file data-queue-data-X

2009-09-01 Thread Rob Davies
this looks like a fixed issue - try 5.3 snapshot On 1 Sep 2009, at 13:00, PDG wrote: We have the following error message appearing all of a sudden: 2009-08-26 03:40:12,416 [127.0.0.1:33961] ERROR AbstractStoreCursor - Failed to fill batch java.lang.RuntimeException: org.apache.activemq.kaha.

Re: failover transport + JMS Resource Archive

2009-09-01 Thread Gary Tully
The ServerUrl property is what you need to change to make is use failover. see: http://activemq.apache.org/resource-adapter-properties.html 2009/8/31 sbuster > > How do you setup the JMS configuration details inside a J2EE container to > listen for multiple brokers such as the in the clustered

Could not locate data file data-queue-data-X

2009-09-01 Thread PDG
We have the following error message appearing all of a sudden: 2009-08-26 03:40:12,416 [127.0.0.1:33961] ERROR AbstractStoreCursor - Failed to fill batch java.lang.RuntimeException: org.apache.activemq.kaha.RuntimeStoreException: java.io.IOException: Could not locate data file data-que