Consumer performance improves after bounce when in cluster setup

2012-03-28 Thread jamesou
Hi, We are using activemq 5.5 on red hat linux to create a network of brokers across a WAN. The diagram below outlines the network of brokers we have created to support our particular use case. Two brokers in Sydney, two brokers in Houston, all networked. Producer in Sydney, Consumer in Houston.

./activemq-admin commands give NameNotFoundException

2012-03-28 Thread PhilK
I am using ActiveMQ 5.5.1 On Windows, when I execute './activemq-admin -list' command, for example, then I get a list of local active brokers. I am also running a ActiveMQ 5.5.1 broker on a Gentoo Linux machine. When I execute the same command there I get the following error: Java Runtime: IBM

Re: AMQ 5.5 remove temporary destination

2012-03-28 Thread Marcin Giedz
here is the link to screenshot for such active-dead temp-queue http://www.screencast.com/t/ev5CosagTcqw Thx M. - Oryginalna wiadomość - Od: "Marcin Giedz" Do: users@activemq.apache.org Wysłane: środa, 28 marzec 2012 18:27:32 Temat: Re: AMQ 5.5 remove temporary destination

Re: AMQ 5.5 remove temporary destination

2012-03-28 Thread Marcin Giedz
Hi, Once again full config: http://activemq.apache.org/schema/core"; brokerName="waw1-amq1" dataDirectory="${activemq.base}/data" useJmx="true" advisorySupport="true" peschedulePeriodForDestinationPurge="1" allowTempAutoCreationOnSend="true">

Re: Is DLQ for sender an receiver of messages?

2012-03-28 Thread Gary Tully
have a peek at the tests, eg:: http://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/policy/IndividualDeadLetterTest.java there are a bunch of DeadLetter tests in that package for expiry variants: see http://svn.apache.org/repos/asf/activemq/trunk/a

Re: What are the official default JMSheader fields? "Group" and "Sequence" ?

2012-03-28 Thread Zagan
thanks for sharing your answear! -- View this message in context: http://activemq.2283324.n4.nabble.com/What-are-the-official-default-JMSheader-fields-Group-and-Sequence-tp4506332p4511858.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: What to do for a migration from MQseries to ActiveMQ?

2012-03-28 Thread Zagan
It is also a question, if you use specific WebSphere MQ features within your client code - like manipulating the MQMD header of the message or using codepage conversion. If you migrate to Active MQ you would have to find solutions for that! -- View this message in context: http://activemq.2283324

Is DLQ for sender an receiver of messages?

2012-03-28 Thread Zagan
Hello, as I currently understand, the DLQ queue is used in two cases - the JMS client reaches redelivery attempts specified in the RedeliveryPolicy - the JMS client tries to send an expired message How can I provoke the situation, where a message is sent to the DLQ Queue? Can anyone provide a co

Re: What to do for a migration from MQseries to ActiveMQ?

2012-03-28 Thread mickhayes
Presuming you use the MQI API, you will have changes everywhere. In the event of clean JMS API usage, the impacts should be more limited. If using the JMS API, is JNDI used to get the ConnectionFactory? - Michael Hayes B.Sc. (NUI), M.Sc. (DCU), SCSA SCNA -- View this message in context:

What to do for a migration from MQseries to ActiveMQ?

2012-03-28 Thread Ben Stover
We consider to migrate an existing MQseries system with java programs to an ActiveMQ system. Is there a guide about what must be changed for such a migration? How difficult are the changes in the Java access source code? Ben