15 AM, wrote:
> Just an fyi.. I am using nio+ssl with 'duplex=true' on 1 network
> connector between two brokers. No issues in testing so far. Everything
> looks good.
>
> Regards,
>
> Barry
>
>
>
> -Original Message-
> From: Basmajian, Raffi
Chris,
Thanks for the confirmation.
Will it only work if auto.protocols includes "default"? Or can another
protocol be used (AMQP or MQTT, presumably, since my understanding is that
STOMP isn't supported)?
Tim
On Mon, Oct 5, 2015 at 8:11 AM, Christopher Shannon <
christopher.l.shan...@gmail.co
5 11:56 AM
To: users@activemq.apache.org
Subject: RE: Transports available for networkConnectors
Good question, but I think a more important one to ask is: why would
broker-to-broker connections need anything other than tcp? If I configure
transport connectors for stomp, amqp, etc., it
stopher Shannon [mailto:christopher.l.shan...@gmail.com]
Sent: Monday, October 05, 2015 10:12 AM
To: users@activemq.apache.org
Subject: Re: Transports available for networkConnectors [ EXTERNAL ]
Importance: High
The auto transport should work but only if the activemq-broker jar is on the
classpath. It
The auto transport should work but only if the activemq-broker jar is on
the classpath. It would just use OpenWire.
On Mon, Oct 5, 2015 at 9:50 AM, wrote:
> Ill keep you posted as to how the duplex works with ssl...
>
> Regards,
>
> Barry
>
>
> -Original Message-
> From: tbai...@gmail.c
Ill keep you posted as to how the duplex works with ssl...
Regards,
Barry
-Original Message-
From: tbai...@gmail.com [mailto:tbai...@gmail.com] On Behalf Of Tim Bain
Sent: Monday, October 05, 2015 9:45 AM
To: ActiveMQ Users
Subject: Transports available for networkConnectors
Can someo