Integration « jms « Java Enterprise Q&A





1. JMS/DDS Integration    stackoverflow.com

I have a legacy C++ application that uses DDS for asynchronous communication/messaging. I need to integrate this application into a JavaEE environment that uses JMS for messaging. ...

2. Jboss and OPEN MQ integration    stackoverflow.com

Hello can anyone help me integrating OPENMQ (resource adaptor) into JBOSS 4.0.3 .

3. About best practices of JMS integration using TIBCO .Net client    stackoverflow.com

I'm working on an integration project where I'm talking to JMS framework using TIBCO .Net client. A colleague is recommdending a design decision based on a fear of receiving too many messages ...

4. Creating new JCAPS eWays (like HL7, JMS, ...)    stackoverflow.com

I'm wondering how, in JCAPS 6, we can create new eWays. By eWay, I mean the components like the existing HL7, JMS, File, eMails (ie, external applications) ... I am not ...

5. A business scenario that could involve integration of a number of IT systems using JMS?    stackoverflow.com

Can anyone give me some suggestions of a business scenarios where I can implement Java Messaging Services (JMS). The message can be sent either by queue(point-to-point) or topic (regular/durable subscription). I will ...

6. Integrating Java and non-Java systems over JMS    stackoverflow.com

We have been thinking recently about integrating our J2EE system with other applications written in Python/Perl. Our application integrates very nice with other Java systems over JMS. ...

7. Enterprise Integration Scatter-Gather across multiple app servers    stackoverflow.com

I am looking for a way to aggregate JMS messages sent from multiple application servers, load-balanced via JMS. The problem is basically this: At the end of our registration form, there exists ...