[WARN] TransportConnection Failed to remove producer

2009-11-17 Thread easyl
I have an application run on geronimo(websphere community edition) with ActiveMQ 4.1.2 # org.apache.activemq/activemq-core/4.1.2/jar # org.apache.geronimo.configs/activemq-broker/2.1.4/car # org.apache.geronimo.configs/activemq-ra/2.1.4/car Messages are exchanged between MDB with following code

Re: Is there any Spring Bean configuration which makes ActiveMQ consumer reconnects to server incase of fail over of Master node

2009-11-17 Thread Dejan Bosanac
Hi, take a look at failover transport http://activemq.apache.org/failover-transport-reference.html Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue,

PrefetchSize of Non-Durable topic not able to change

2009-11-17 Thread SelvarajAM
I am using Activemq 5.3, Flex Client and stomp protocol for communication. I send Non-Persisent messages to Non-Durable topic. I want to change the PrefetchSize of the Subscribers/Consumers. JConsole shows the PrefetchSize as 1000 always, though the document says the default value as

Re: PrefetchSize of Non-Durable topic not able to change

2009-11-17 Thread Dejan Bosanac
Hi, try setting prefetch size on your consumer using activemq.prefetchSize header. See http://activemq.apache.org/stomp.html#Stomp-ActiveMQextensionstoStomp for more details Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action -

Multiple/dynamically allocated MQ servers on same host

2009-11-17 Thread paratracker
Is it possible to run multiple ActiveMQ servers on the same host? Are there any issues associated with spinning up additional ActiveMQ servers on demand? How about load balancing a population of ActiveMQ servers running on a cloud? I'd like to support 150k+ clients with overlapping

Re: PrefetchSize of Non-Durable topic not able to change

2009-11-17 Thread SelvarajAM
Thanks for your reply. I did use stomp extensions but still unable to set the prefetch size. Below is the code i used. connection = new StompConnection(); connection.open(0.0.0.0, 8084); connection.connect(test, test); HashMapString, String header = new HashMapString, String();

Is property JMSActiveMQBrokerInTime really correct in Activemq trunk from svn checkout

2009-11-17 Thread praveen.sharma
Couple of questions: For jmsMessage (1) What is the relation between jmsTimeStamp, and properties: JMSActiveMQBrokerInTime, and JMSActiveMQBrokerOutTime? (2) Which one is more accurate jmsTimeStamp, and properties: JMSActiveMQBrokerInTime? Reason for asking this question is that I have

Multicast Transport Connector with Topics

2009-11-17 Thread Chris76
Dear all, I am trying to set up ActiveMQ 4.1.2 with a Multicast Transport Connector on an Ubuntu Linux system: Configuration: transportConnector name=multicast uri=multicast://224.2.2.111:61619/ While the Message Broker starts up perfectly it is ignoring any client massages to the

ActiveMQ-CPP client using JNDI

2009-11-17 Thread thinkbox
Hi All, I have embedded an ActiveMQ broker in JBoss and bind the JMS destination through JBoss JNDI. My Java JMS clients is sending to this destination through JNDI. On the other end, my C++ JMS clients would need to connect to the said destination. My question is, how can I search for that JNDI

Re: ActiveMQ-CPP client using JNDI

2009-11-17 Thread Timothy Bish
On Tue, 2009-11-17 at 17:56 -0800, thinkbox wrote: Hi All, I have embedded an ActiveMQ broker in JBoss and bind the JMS destination through JBoss JNDI. My Java JMS clients is sending to this destination through JNDI. On the other end, my C++ JMS clients would need to connect to the said

Re: log4j-jms example comes with version 5.3 doesn't work

2009-11-17 Thread jeffreyyin
Anybody can provide any thoughts on this? Thanks, Jeffrey jeffreyyin wrote: After start the activemq server, I tried to run the jmsappender example comes with activemq version 5.3. The program hangs, below is the debug info: C:\apache\apache-activemq-5.3.0cd example

Re: ActiveMQ-CPP client using JNDI

2009-11-17 Thread thinkbox
I see, thanks a lot Tim! I will try to use the physical name on my C++ client. Timothy Bish wrote: On Tue, 2009-11-17 at 17:56 -0800, thinkbox wrote: Hi All, I have embedded an ActiveMQ broker in JBoss and bind the JMS destination through JBoss JNDI. My Java JMS clients is sending to

Re: Out of Memory on 5.3

2009-11-17 Thread afei
Gary Tully,thanks , when is activemq5.3.1 released? we urgently use it. Gary Tully wrote: a similar fix, but removing the deterministic task runner and reverting to the pooled/dedicated task runners with a wake-up count does the trick. The queue size in this case is always 2. Can you

What does this error message mean? (starting apachemq for the first time)

2009-11-17 Thread jvsrvcs
ActiveMQ Error I downloaded activemq (5.0.3), unzipped and then I ran ../bin/activemq.bat and got this error message below. What does this mean? Am I missing something on the install? Are there any good tutorials out there? The apache docs on the site do not really get into any initial Java

Where is the ActiveMQ FAQ?

2009-11-17 Thread jvsrvcs
ActiveMQ FAQ Where can I get a single downloadable pdf of the ActiveMQ faq (I'm alergic to links) Actually I want a pdf I can read offline. or a single html page of all questions that can be printed will do as well. -- View this message in context: