I am new to Cloverleaf, so this could be a naive question.
We are using Cloverleaf as our integration engine to process HL7 messages. However, I need to get the parsed Hl7 messages into a J2ee application. The J2ee application will likely be using an application server (such as JBoss) and JMS to do the messaging.
My question: Can Cloverleaf send a JMS message to JBoss? I have looked at the transport protocols available and it would seem not. I think I am going to have to use Cloverleaf’s https or tcp protocols to send messages and have some sort of application listening for messages from Cloverleaf that then generates JMS messages. I would rather not do this and use Cloverleaf as much as possible.
Has anyone tried to do something like this.
Any advice would be welcome.
thanks
Nigel