Hi,

Do you really need to use servicemix ?
If what you need is just asynchronous processing, then you can just use JMS
http://activemq.codehaus.org/ (ActiveMQ is one such JMS implementation, that
really rocks...)

If you really want to use JBI/ServiceMix, then you can probably use one of the
available binding components such as a JMS Input Component (look at the
examples), have it subscribe to some JMS topic, send the data through JMS, and
it should then be routed inside the JBI container..
(correct me if I'm wrong..)

Regards,
Sami Dalouche

Selon Matias Klein <[EMAIL PROTECTED]>:

> Hi,
>
>
>
> I am looking in to using servicemix as part of a healthcare integration
> engine.
>
>
>
> I need to accept HL7 (www.hl7.org <http://www.hl7.org/> ) messages on a
> specific port, add the message to a queue and then process each message in
> the queue when possible.
>
>
>
> The HL7 parsing engine I'd like to integrate with ServiceMix is HAPI
> (hl7api.sourceforge.net).  This is an open-source java HL7 parser.
>
>
>
> What is the appropriate way to use servicemix for this requirement?
>
>
>
> Do I need to add a new binding component?
>
>
>
> Thanks for your help.
>
>
>
> Matias
>
>




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Reply via email to