Re: [JBoss-user] Integrating Non-JMS Messaging with JBoss

2002-07-31 Thread Wink, Stephen
Hi, we have a similar situation - some of our clients will wish to use MQSeries outside of JMS, so we have to provide a way of using MQSeries messaging within JBoss. The way that we're doing this is by creating a JCA Resource Adapter. That way, our software can access MQSeries objects via JNDI w

Re: [JBoss-user] Integrating Non-JMS Messaging with JBoss

2002-07-30 Thread Dan Christopherson
You could pretty easily build an MBean to run your listeners. However, the JMS approach isn't actually that difficult (we've done this - I'll send more details in a private email) a top-notch developer who knows the specs could get this done in a month or say, maybe quicker. Either way, I'd wr

[JBoss-user] Integrating Non-JMS Messaging with JBoss

2002-07-30 Thread Robert Martin
Hi - We're using a messaging product called TIBCO Rendevous that I would like to integrate with an application running on the JBoss server. TIBCO does have a JMS product but we have decided not to use it for cost reasons. My question is - what is the best way to integrate non-JMS messaging w