Re: Durable subscription to queue

2013-11-18 Thread Joacim
Thanks Christian, that did the trick :) / Joacim -Original Message- From: Christian Posta Sent: Monday, November 18, 2013 4:39 PM To: users@activemq.apache.org Subject: Re: Durable subscription to queue Do this: On Sun, Nov 17, 2013 at 8:05 AM, Joacim <4integrat...@gmail.com> wrote

Re: Does AMQP supports ActiveMQ failover options in URL ??

2013-11-18 Thread xbhanu
Using the qpid implemented client with JNDI and creating a connection factory with something like connectionfactory.qpidConnectionfactory = amqp://guest:guest@clientid/test?brokerlist='tcp://localhost:5672' (as provided in qpid client examples) still doesnt work with ActiveMQ though. Or am I missin

Re: Active MQ 5.8.0.rar - Disabling XAtransaction

2013-11-18 Thread SaniO
HI, Thanks for the response, I have changed the ra.xml file accordingly. But i need one more clarification. I see this XA support is provided only for Connection factories(Outbound-resource adapter), Can you please let me know if that is provided same for inbound resource adapter(activation specs)

Re: Active MQ 5.8.0.rar - Disabling XAtransaction

2013-11-18 Thread SaniO
HI, Thanks for the response, I have changed the ra.xml file accordingly. But i need one more clarification. I see this XA support is provided only for Connection factories(Outbound-resource adapter), Can you please let me know if that is provided same for inbound resource adapter(activation specs)

Re: Could ActiveMQ service start automatically after installing it as an NT service ?

2013-11-18 Thread HellKnight
I changed one line of installservice.bat a little , but it did not work out. original line : "%_REALPATH%wrapper.exe" -i %WRAPPER_CONF% %ACTIVEMQ_HOME% %ACTIVEMQ_PATH% after changing : "%_REALPATH%wrapper.exe" -i -s %WRAPPER_CONF% %ACTIVEMQ_HOME% %ACTIVEMQ_PATH% it seems the "-s" parameter for wi

RE: Updateclusterclients attributes specified on NIO+SSL transports

2013-11-18 Thread matteor
Well, I use an embedded broker and the config file is not in a standard activemq xml format. Thus the config entries are slightly different from standard activemq ones:

Re: replicatedLevelDB errors after failover

2013-11-18 Thread kal123
Today after the exception occurred, I updated the activemq start script to redirect output to file instead of null and at the start i see the following error. Does this help? INFO | Attaching... Downloaded 295.12/295.12 kb and 4/4 files INFO | Attached java.io.IOException: invalid record positi

Re: Does AMQP supports ActiveMQ failover options in URL ??

2013-11-18 Thread Timothy Bish
On 11/18/2013 01:30 PM, xbhanu wrote: Tim, So when ActiveMQ says that they have implemented AMQP 1.0, what exactly is implemented till now? Since the AMQP draft does mention a *lot* of stuff which I havent come across in ActiveMQ's official documentation pages. It would be really helpful if you

Re: Does AMQP supports ActiveMQ failover options in URL ??

2013-11-18 Thread xbhanu
Tim, So when ActiveMQ says that they have implemented AMQP 1.0, what exactly is implemented till now? Since the AMQP draft does mention a *lot* of stuff which I havent come across in ActiveMQ's official documentation pages. It would be really helpful if you could elaborate on this. Am I correct t

Re: Small number of messages stuck in full mesh failover

2013-11-18 Thread Nitesh
brokerConf.xml -- View this message in context: http://activemq.2283324.n4.nabble.com/Small-number-of-messages-stuck-in-full-mesh-failover-tp4674635p4674636.html Sent from the ActiveMQ - User mailing list archive at Nabble.c

Small number of messages stuck in full mesh failover

2013-11-18 Thread Nitesh
I am using ActiveMQ 5.8.0. I am having mesh of brokers with 4 broker instances (broker configuration is attached) with JDBC persistence. All 4 brokers are configured in same way. I am attaching 3 listeners to each queue and each listener takes around 400ms to process the message I am pushing mess

Re: Does AMQP supports ActiveMQ failover options in URL ??

2013-11-18 Thread Christian Posta
That's correct. SASL is not implemented yet: https://issues.apache.org/jira/browse/AMQ-4693 On Mon, Nov 18, 2013 at 9:06 AM, Gordon Sim wrote: > On 11/18/2013 03:14 PM, xbhanu wrote: >> >> So ActiveMQ failover://() will not work with ActiveMQ? right ? -- >> failover://(amqp://host:port) will not

Re: Does AMQP supports ActiveMQ failover options in URL ??

2013-11-18 Thread Gordon Sim
On 11/18/2013 03:14 PM, xbhanu wrote: So ActiveMQ failover://() will not work with ActiveMQ? right ? -- failover://(amqp://host:port) will not work ? (it anyways gives me malformedURL exceptions) The ActiveMQ failover transport syntax won't work with the QPid AMQP 1.0 JMS client. I am using

Re: Durable subscription to queue

2013-11-18 Thread Christian Posta
Do this: On Sun, Nov 17, 2013 at 8:05 AM, Joacim <4integrat...@gmail.com> wrote: > Hi, > > I tested composite topic but doesn't work as I would expect it. > This will send all publications with topic Vera/# to the queue VERA.EVENTS > but the publications isn't published so other subscribers is

Re: Does AMQP supports ActiveMQ failover options in URL ??

2013-11-18 Thread Timothy Bish
On 11/18/2013 10:14 AM, xbhanu wrote: Thanks for your reply Gordon! So ActiveMQ failover://() will not work with ActiveMQ? right ? -- failover://(amqp://host:port) will not work ? (it anyways gives me malformedURL exceptions) I am using the qpid provided API (qpid-amqp-1-0-client-jms-0.22.jar).

Re: Does AMQP supports ActiveMQ failover options in URL ??

2013-11-18 Thread xbhanu
Thanks for your reply Gordon! So ActiveMQ failover://() will not work with ActiveMQ? right ? -- failover://(amqp://host:port) will not work ? (it anyways gives me malformedURL exceptions) I am using the qpid provided API (qpid-amqp-1-0-client-jms-0.22.jar). ActiveMQ does not consider the sasl_mec

ActiveMQ-cpp problem in an app that has set openssl FIPS mode

2013-11-18 Thread Steve McKenna
Has anyone successfully used activemq-cpp with an SSL connection in an application that has set FIPS mode in the openssl library? I have a C++ application that uses activemq-cpp (3.8.1) to communicate with a remote broker. This application works perfectly until it is restarted in FIPS mode. In FIP

Re: Does AMQP supports ActiveMQ failover options in URL ??

2013-11-18 Thread Gordon Sim
No, I don't believe there is any AMQP 1.0 client that supports specific ActiveMQ failover options. What options are available depends on the specific client used (AMQP is a protocol, not an implementation). [Of the 1.0 clients that I myself have tested: The current Qpid JMS 1.0 client does n

Re: ActiveMQ resource adapter doesn't return a XA connection factory

2013-11-18 Thread Gary Tully
with the RA, the transaction management (xa enlistment) is handled by the RA connection pool. The 'api' is the JMS connection factory, not the XA connection factory b/c transaction management is the containers responsibility. The activemq ra supports XA transactions but does not expose an XA connec

Does AMQP supports ActiveMQ failover options in URL ??

2013-11-18 Thread xbhanu
-- View this message in context: http://activemq.2283324.n4.nabble.com/Does-AMQP-supports-ActiveMQ-failover-options-in-URL-tp4674606.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ resource adapter doesn't return a XA connection factory

2013-11-18 Thread fcosfc
Hi there, I'm using an ActiveMQ 5.7.0 JMS resource adapter on a TomEE 1.5.2 plus application server (default configuration). TomEE documentation says that the ra returns connection factories with XA support by default , but I've been debugg