ANN: Habari Client for ActiveMQ Release 2015.06

2015-06-24 Thread Michael Justin
24 June 2015 - Habarisoft released a new version of Habari Client for ActiveMQ. Habari Client for ActiveMQ is a STOMP library for Delphi and Free Pascal. It is easy to install and configure, and provides a high-level API, based on connections, sessions, destinations, message producers, and

Re: questions on virtual topics and failover, useVirtualTopics=true

2015-06-24 Thread Tim Bain
One other thing: based on what I've read about virtual topics (I've never used them, so this is all hearsay), I believe that for any given virtual topic, you can only forward either the topic or the consumer queues. Forwarding both will result in duplicate messages for any consumer queues that get

Re: questions on virtual topics and failover, useVirtualTopics=true

2015-06-24 Thread Tim Bain
'.' is the default separator, but you can configure another one via a plugin (see the bottom of http://activemq.apache.org/wildcards.html). Whatever separator you choose, you should use it consistently. It sounds like you're using '/' with a broker that's configured for '.', which would mean the

Re: Enterprise use for ActiveMQ

2015-06-24 Thread Chipper
Thanks Uli - much appreciate your reply. -- View this message in context: http://activemq.2283324.n4.nabble.com/Enterprise-use-for-ActiveMQ-tp4698143p4698158.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Connecting to Apache Apollo using SSL and AMQP

2015-06-24 Thread dylan25
Hello, I am currently trying to implement SSL/AMQPS functionality into an AMQP 1.0 client for Apache Apollo that I have written. This client uses the Proton Messenger API. I have been experimenting with SSL functionality using Proton's /send/ and /recv/ examples. I'm not sure if I am setting all

Using Broker clusters, javax.management.InstanceAlreadyExistsException:xx

2015-06-24 Thread softwbc
ActiveMQ version 5.11.1 I use the Discovery MasterSlave, When I start the slave, the following warning occurs every time: 2015-06-23 15:02:58,962 | WARN | Failed to register queue://xhGeek.censor-request-A | org.apache.activemq.network.MBeanBridgeDestination | ActiveMQ Transport:

Re: Using Broker clusters, javax.management.InstanceAlreadyExistsException:xx

2015-06-24 Thread Christopher Shannon
Did you set the broker name of the master and slaves to be different? This is usually the cause of this error. You can set the broker name on the BrokerService class or from xml you can set it on the broker element. On Wed, Jun 24, 2015 at 2:26 AM, softwbc soft...@163.com wrote: ActiveMQ

Re: Enterprise use for ActiveMQ

2015-06-24 Thread Jean-Baptiste Onofré
Hi, I have bunch of enterprises using ActiveMQ, but not sure they want to announce it publicly ;) Regards JB On 06/24/2015 06:21 PM, Chipper wrote: Hello, I am looking for any Enterprise references for ActiveMQ use. A simple search shows that this question has been asked in the past, but

Enterprise use for ActiveMQ

2015-06-24 Thread Chipper
Hello, I am looking for any Enterprise references for ActiveMQ use. A simple search shows that this question has been asked in the past, but the responses lead to a link that leads to a job search forum. Any help is appreciated. -- View this message in context:

Re: Enterprise use for ActiveMQ

2015-06-24 Thread Ulrich Romahn
I can't really reveal any details, but PayPal is heavily using ActiveMQ for many of its messaging use cases. There are a few more enterprises that are using it but since I know that only from hearsay, I don't want to mention names here. -Uli -- Original Message -- From: Chipper

Failover Transport Stops Working

2015-06-24 Thread moodycl
Hi, I am having trouble with messages not being delivered after a reconnect. I am using ActiveMQ 5.7. My clients are connecting using the failover transport and ssl. - moodycl I have posted this same problem here before but this time I think it is a little different. A few years back we