On 11/6/06, citrucel <[EMAIL PROTECTED]> wrote:
I think the interface you are pointing might work for us. We are looking for a way to integrate two different applications: Service Mix and our own application which has more to do with event streamlining and event pattern detection.
This task is most commonly achieved by wrapping the appliation in JBI APIs to create a JBI Service Engine (SE) or by creating a JBI Binding Component (BC) to communicate with the external application. A JBI SE is deployed in the same JVM as the JBI container and communicates directly with the NMR via normalized messages. However, if it is determined that this application should not be deployed in the same JVM as the JBI container, you could also develop a JBI Binding Component that is deployed in the JBI container whose purpose is to communicate directly with the NMR via normalized messages on one end and on the other end it communicates outside the JBI container with the application. This would allow messages to be routed to the application via the SE or the BC so that it can perform it's pattern matching and possibly to determine the next course of action for the message. JBI BCs and SEs are explained in more detail in the following paper written by the JBI spec lead: https://open-esb.dev.java.net/public/whitepapers/JBIforSOI.pdf Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache Geronimo - http://geronimo.apache.org/ Apache ActiveMQ - http://incubator.apache.org/activemq/ Apache ServiceMix - http://incubator.apache.org/servicemix/ Castor - http://castor.org/
