Re: [ANNOUNCE] Apache ActiveMQ 5.7.0

2012-10-09 Thread Chris Pratt
The announcement states "The main goal of this release was Java 7 compatibility", is that to say ActiveMQ 5.6.0 was NOT compatible with Java 7??? We have been running it under Java 7 for a bit and haven't noticed any problems, but I'd hate to find out there was a monster around the corner! (*Chr

Re: [ANNOUNCE] Apache ActiveMQ 5.7.0

2012-10-09 Thread Dejan Bosanac
This happened due to change in our plugin configuration that generates schema. I uploaded proper files to the web server now. You should wait for a couple of hours for the next sync to occur and it should be OK. Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part

Re: [ANNOUNCE] Apache ActiveMQ 5.7.0

2012-10-09 Thread Dejan Bosanac
Thanks for reporting ... Let me check what went wrong Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action: http://www.manning.com/snyder/ On Tue, Oct 9, 2012 at 3:20 PM,

Re: After rollback, JMSConsumer is not freed up to process other messages?

2012-10-09 Thread Gary Tully
that is expected. The intent is to preserver message order. have a peek at the discussion and solutions (that allow order to be ignored) in: https://issues.apache.org/jira/browse/AMQ-1853 https://issues.apache.org/jira/browse/AMQ-3894 Doco at: http://activemq.apache.org/message-redelivery-and-d

Re: Activemq IPV6 Client Connection (Java and C++)

2012-10-09 Thread kimi...@trend.com.tw
Hi, We are trying to use Activemq-cpp in our product. It seems not supporting ipv6, but we really need to support ipv6 in our product. Do you have any plans to support ipv6 for cpp version? Best Regards, Kimi Wu TREND MICRO EMAIL NOTICE The information contained in this email and any attachment

Disabling Advisory Messages

2012-10-09 Thread LarryT
I'm running with ActiveMQ Version 5.6.0 embedded in Glassfish V3.1.2. I've modified broker-config.xml to include advisorySupport="false". When I create my connection factory, I've tried either appending "?jms.watchTopicAdvisories=false" to the broker URL or calling setWatchTopicAdvisories(false).

Re: Disabling Advisory Messages

2012-10-09 Thread LarryT
Figured it out. Turns out I needed to change the BrokerXmlConfig property for the Resource Adapter to broker:(tcp://0.0.0.0:61616)?advisorySupport=false, since it's not reading the broker-config.xml file. -- View this message in context: http://activemq.2283324.n4.nabble.com/Disabling-Advisor

dummies question - how to create few instances of ActiveMq?

2012-10-09 Thread maorhorn
Hi guys, Me and my friend want to communicate with the same server but each of us for his own purpose [we run the same code but separately]. For that end, we cannot use the same activeMq instance (because of the messages mixture). My friend suggested to create a different instance of activeMq for e

After rollback, JMSConsumer is not freed up to process other messages?

2012-10-09 Thread vlasmarias
I seem to be seeing something entirely unexpected - when my JmsConsumer thread throw a SchedulerException, that JmsConsumer thread will not process any new message until it has finished processing the original ActiveMQ message. I was expecting that having a delay would mean that that JmsConsumer th

Re: [ANNOUNCE] Apache ActiveMQ 5.7.0

2012-10-09 Thread davidlandwehr
Hi After the update the schema is failing to load, see http://activemq.apache.org/schema/core/activemq-core.xsd Should we bind the schema to a specific version? Best regards, David -- View this message in context: http://activemq.2283324.n4.nabble.com/ANNOUNCE-Apache-ActiveMQ-5-7-0-tp465759

Re: Description of queue attribute 'maxProducersToAudit'

2012-10-09 Thread Gary Tully
the audit consists of a per producer bit map in a lru cache. the maxProducersToAudit determines the size of that lru cache. if you will only ever have a single producer, then a maxProducersToAudit of 1 is sufficient. You may need to tune the value depending on the expected number of concurrent pr

Description of queue attribute 'maxProducersToAudit'

2012-10-09 Thread jayeff
Hi all, was does the attribute 'maxProducersToAudit' mean on a queue? I found no description whatsoever on neither the ActiveMQ pages nor Google. Thanks & best regards, Johannes Felten -- View this message in context: http://activemq.2283324.n4.nabble.com/Description-of-queue-attribute-maxPro

Re: Axis deprecation from 5.8: Should that be Axis 1 deprecation?

2012-10-09 Thread Claus Ibsen
On Mon, Oct 8, 2012 at 7:54 PM, chrisco wrote: > On this page: > > http://activemq.apache.org/axis-and-cxf-support.html > > > it says that Axis support is @deprecated and will be removed in version 5.8. > > A related JIRA issue: > > https://is