Re: Connecting to Tibco RV from ActiveMQ

2010-03-04 Thread jonasbergstrom
Looks like it's fixed by https://issues.apache.org/activemq/browse/AMQ-2455 . / Jonas -- View this message in context: http://old.nabble.com/Connecting-to-Tibco-RV-from-ActiveMQ-tp26111003p27778537.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Connecting to Tibco RV from ActiveMQ

2010-03-03 Thread jonasbergstrom
Forgot the stacktrace: ERROR | failed to forward message on attempt: 1 reason: javax.jms.IllegalStateException: Producer is closed message: ActiveMQTextMessage {commandId = 14, responseRequired = true, messageId = ID:longshanks.ongame.com-62594-1267627711097-0:1:1:1:10, originalDestination = null,

Re: Connecting to Tibco RV from ActiveMQ

2010-03-03 Thread jonasbergstrom
bsnyder wrote: > > There is no built-in support for integrating with RV built in to > ActiveMQ, but it can bridge to TIBCO EMS. Here's an example: > > http://activemq.apache.org/jms-bridge-with-remote-tibco-broker.html > That example works well except for initial connection (when Tibco is down

Re: Connecting to Tibco RV from ActiveMQ

2009-10-29 Thread Bruce Snyder
On Thu, Oct 29, 2009 at 2:45 PM, Joe Fernandez wrote: > > Here's a good starting point. > > http://camel.apache.org/writing-components.html > > But you might want to first bone-up on Camel in general. James' suggestion of using Camel was the catalyst for my request for the TIBCO RV jar file. This

Re: Connecting to Tibco RV from ActiveMQ

2009-10-29 Thread Joe Fernandez
Here's a good starting point. http://camel.apache.org/writing-components.html But you might want to first bone-up on Camel in general. Joe http://www.ttmsolutions.com AL_DK wrote: > > > James.Strachan wrote: >> >> >> It would be pretty easy to create an RV component for Camel >> http:/

Re: Connecting to Tibco RV from ActiveMQ

2009-10-29 Thread AL_DK
James.Strachan wrote: > > > It would be pretty easy to create an RV component for Camel > http://camel.apache.org/components.html > > then you could easily bridge from RV to ActiveMQ and vice versa, with > content based routing, transformations etc. > http://camel.apache.org/enterprise-integra

Re: Connecting to Tibco RV from ActiveMQ

2009-10-29 Thread Bruce Snyder
On Thu, Oct 29, 2009 at 10:43 AM, James Strachan wrote: >> James, any idea where to get a copy of the RV jar file? > > It comes with the Tibco RV product download IIRC. That's what I figured. Can someone who has access to this jar help me out a bit here? ;-) Bruce -- perl -e 'print unpack("u3

Re: Connecting to Tibco RV from ActiveMQ

2009-10-29 Thread James Strachan
2009/10/29 Bruce Snyder : > On Thu, Oct 29, 2009 at 10:05 AM, James Strachan > wrote: >> 2009/10/29 AL_DK : >>> >>> Hi, >>> >>> I would like to know if the ActiveMq supports connection to Tibco RV? >>> >>> If not, any suggestions for how this could be made? >> >> It would be pretty easy to create

Re: Connecting to Tibco RV from ActiveMQ

2009-10-29 Thread Bruce Snyder
On Thu, Oct 29, 2009 at 10:05 AM, James Strachan wrote: > 2009/10/29 AL_DK : >> >> Hi, >> >> I would like to know if the ActiveMq supports connection to Tibco RV? >> >> If not, any suggestions for how this could be made? > > It would be pretty easy to create an RV component for Camel > http://came

Re: Connecting to Tibco RV from ActiveMQ

2009-10-29 Thread James Strachan
2009/10/29 AL_DK : > > Hi, > > I would like to know if the ActiveMq supports connection to Tibco RV? > > If not, any suggestions for how this could be made? It would be pretty easy to create an RV component for Camel http://camel.apache.org/components.html then you could easily bridge from RV to

Re: Connecting to Tibco RV from ActiveMQ

2009-10-29 Thread Bruce Snyder
On Thu, Oct 29, 2009 at 7:07 AM, AL_DK wrote: > > Hi, > > I would like to know if the ActiveMq supports connection to Tibco RV? > > If not, any suggestions for how this could be made? There is no built-in support for integrating with RV built in to ActiveMQ, but it can bridge to TIBCO EMS. Here's