Re: Unmatched acknowledge: MessageAck

2015-05-15 Thread Tom_Z
Problably related to https://issues.apache.org/jira/browse/AMQ-5476 https://issues.apache.org/jira/browse/AMQ-5476 ? Do you use batch processing and different message priorities? -- View this message in context:

Re: Queue Purge not working in 5.8

2015-05-07 Thread Tom_Z
Hi, to purge a queue and to delete a queue are two different things!? http://activemq.apache.org/how-do-i-purge-a-queue.html http://activemq.apache.org/how-do-i-purge-a-queue.html /A frequent requirement is to purge a queue (i.e. delete all the messages on it)./ -- View this message in

Re: Can't Start ActiveMQ after Upgrade from 5.10 to 5.11

2015-05-05 Thread Tom_Z
Same problem as in http://activemq.2283324.n4.nabble.com/KahabDB-compatibility-issue-between-ActiveMQ-5-10-and-ActiveMQ-5-11-td4692008.html ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Can-t-Start-ActiveMQ-after-Upgrade-from-5-10-to-5-11-tp4695913p4696088.html

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-05-05 Thread Tom_Z
Hi Abhi, thanks for sharing your findings. Did you find any documentation on this problem? Is this change accidental or is there a reason? Tom -- View this message in context:

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-04-25 Thread Tom_Z
Hi Ahbi, what is the result of your research? Tom -- View this message in context: http://activemq.2283324.n4.nabble.com/KahabDB-compatibility-issue-between-ActiveMQ-5-10-and-ActiveMQ-5-11-tp4692008p4695628.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Connection Refused from ActiveMQConnectionFactory

2014-12-22 Thread Tom_Z
Hi there, reference id=amqFactory interface=javax.jms.ConnectionFactory / worked for me in 5.9.1... Tom -- View this message in context: http://activemq.2283324.n4.nabble.com/Connection-Refused-from-ActiveMQConnectionFactory-tp4664195p4689158.html Sent from the ActiveMQ - User mailing list

Re: ActiveMQ error browsing via JMX

2014-06-18 Thread Tom_Z
Did anyone else see this execption? We got this one and also java.lang.IllegalArgumentException: Array arguments itemNames[], itemDescriptions[] and itemTypes[] should be of same length (got 25000, 24998 and 24998). with 25000 defined as maxPageSize for the queue to be browsed. What can be the

Testing against ActiveMQ with JMeter: how to set JMSPriority and JMSExpiration, values cannot be seen in Broker

2014-05-16 Thread Tom_Z
Hi, I try to run priority focussed tests with JMeter 2.11 against ActiveMQ 5.8 and some queues defined in the broker xml config. I successfully managed to push messages into the queues by the JMeter-Samplers JMS-Point-Point and also JMS-Publisher. With both samplers I do set JMS properties

Re: Use message selectors against messages on disk

2014-05-16 Thread Tom_Z
Hi Christian, Hi Tim, ceposta wrote Message selectors are applied to messages cached in memory, not on disk. Does this also apply to the JMSXMessageGroupID which has some special meaning and therefore handling? If a client consumes messages of a dedicated group, the broker will only

ActiveMQ logs warning for purged queue, messages are not really purged but are back in the queue

2014-05-15 Thread Tom_Z
Hi, [ActiveMQ 5.8 + LevelDB] I've not been able to constantly reproduce this, but we have seen the following warning different times in the log: Affected queues are composite queues, both those who are addressed directly and those to which messages are forwarded. The effect is - it seems to

ActiveMQ logs warning for purged queue, messages are not really purged but are back in the queue

2014-05-14 Thread Tom_Z
Hi, [ActiveMQ 5.8 + LevelDB] I've not been able to constantly reproduce this, but we have seen the following warning different times in the log: 2014-03-27 15:10:37,673 | WARN | 104 - org.apache.activemq.activemq-osgi | queue://xxx after purge complete, message count stats report: 5592

Re: Testing against ActiveMQ with JMeter: how to set JMSPriority and JMSExpiration, values cannot be seen in Broker

2014-05-12 Thread Tom_Z
Filed an issue and provided a patch: https://issues.apache.org/bugzilla/show_bug.cgi?id=56510 -- View this message in context: http://activemq.2283324.n4.nabble.com/Testing-against-ActiveMQ-with-JMeter-how-to-set-JMSPriority-and-JMSExpiration-values-cannot-be-seen-r-tp4680960p4681048.html Sent

Re: Testing against ActiveMQ with JMeter: how to set JMSPriority and JMSExpiration, values cannot be seen in Broker

2014-05-12 Thread Tom_Z
I took a look at the jmeter source code, there are some other settings and properties treated in a special way, e.g.: 1. Checkbox for persistent delivery -- set at the MessageProducer in org.apache.jmeter.protocol.jms.client.Publisher 2. JMSCorrelationID taken from JMS-Properties list -- set at

Re: Testing against ActiveMQ with JMeter: how to set JMSPriority and JMSExpiration, values cannot be seen in Broker

2014-05-11 Thread Tom_Z
Yes or to be correct at the message, e.g. CorrelationID: org.apache.jmeter.protocol.jms.Utils.addJMSProperties(Message, MapString, Object): The same should apply to properties JMSPriority (msg.setJMSPriority(int)) and JMSExpiration (msg.setJMSExpiration(long)). I will file a feature issue and

JMeter test ends with ERROR - jmeter.protocol.jms.client.ReceiveSubscriber: The connection is already closed

2014-05-05 Thread Tom_Z
Hi, in a very simple jmeter (single thread, one loop) test I do try to receive a message with a JMS Subscriber sampler for only one sample. The tests fails due to '2014/05/05 15:38:19 ERROR - jmeter.protocol.jms.client.ReceiveSubscriber: The connection is already closed.' What is the meaning of

Re: Apache NMS: using other SSL/TLS-Version rather than SslProtocols.Default?

2014-04-29 Thread Tom_Z
tabish...@gmail.com wrote You have two options 1. Change the source locally to what you want and build your own client libraries. 2. Submit a patch to a Jira ticket that allows setting the value while keeping the current setting as the default. The patch should provide a means of

Apache NMS: using other SSL/TLS-Version rather than SslProtocols.Default?

2014-04-28 Thread Tom_Z
Hi guys, while looking at NMS we found that in SslTransport.cs http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Tcp/SslTransport.cs it is hard coded to use 'SslProtocols.Default' which points to TLS 1.0 only (see API

Re: log4j message suppression

2014-04-09 Thread Tom_Z
First step is to configure logging in activemq.xml, see http://activemq.apache.org/logging-interceptor.html: loggingBrokerPlugin logConnectionEvents=true logConsumerEvents=true

Apache.NMS: Missing API Version 1.6.0.3061 in downloads?

2014-04-07 Thread Tom_Z
Hi guys, our development team is going to implement a .Net-Client using Apache.NMS. They found a mismatch in the downloads provided using the latest version. http://activemq.apache.org/nms/download.html states: Apache.NMS.ActiveMQ v1.6.2 uses NMS API Rev v1.6.0, ok. API Download:

Re: activemq stop failed

2014-04-07 Thread Tom_Z
I have seen quite similar behaviour. Did you find an explanation? -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-stop-failed-tp4680010p4680128.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Questions to broker architecture and setup, memory configuration

2014-03-31 Thread Tom_Z
Hi there, as an ActiveMQ starter I would like you to give me some feedback on my setup. Scenario is: - currently single broker setup with standalone ActiveMQ 5.8 using LevelDB, JRE 7, Protocol for all connected systems will be OpenWire - 2 backend systems, let's call them B1 and B2, acting as

Re: LevelDB in ActiveMQ 5.9.0

2014-03-31 Thread Tom_Z
gtully wrote The only known caveat atm is priority support, levelDb does not respect JMS priority in the same way as kahaDB or JDBC does. Hi Gary, can you please expain a little more? Not the same is not not at all, so what are the results when using message priorities? Does it work in most

Re: MessageGroup balancing questions

2014-03-31 Thread Tom_Z
Hi Mike, did you find answers to your questions? Tom -- View this message in context: http://activemq.2283324.n4.nabble.com/MessageGroup-balancing-questions-tp4678735p4679751.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Questions to broker architecture and setup, memory configuration

2014-03-31 Thread Tom_Z
ceposta wrote So this a little TL;DR... but I try answer some of your questions inline... Hi Christian, sorry, what does that mean? :-) TL, DR? ceposta wrote If I read correctly, you have only one instance running? No.. this is not a suitable setup for production. What happens if/when that

Retrieving binary messages from queue browser in management console?

2013-12-04 Thread Tom_Z
Hi, I'm planning to use ActiveMQ with an AMQP-connection from the client side (.Net) which results in binary messages only as far as I've understood. The messages themselves could be simple xml files but also binary files like pdf or zip. Is there a way to retrieve these binary messages from the

Re: AMQP 1.0 Client for .Net/C# (Apache NMS, QPid) available?

2013-11-01 Thread Tom_Z
Hi, thanks for all your replies. Gordon Sim-2 wrote On 10/31/2013 10:30 AM, Timothy Bish wrote: It looks like there's something here: http://qpid.apache.org/components/qpid-wcf/index.html The WCF component only speak AMQP 0-10 I'm afraid. However the Qpid.Messaging .NET client can speak

AMQP 1.0 Client for .Net/C# (Apache NMS, QPid) available?

2013-10-31 Thread Tom_Z
Hi, ActiveMQ supports AMQP 1.0, but I could't find any client-side implementations for .Net or am I missing something? Apache NMS does not support AMQP yet, see http://activemq.apache.org/nms/nms-providers.html and an open issue https://issues.apache.org/jira/browse/AMQNET-454 which is not in