For an InOnly, it will be: > InOnly: > role: Consumer type: Sent status: Active. > role: Provider type: Accepted status: Active. > role: Provider type: Sent status: Done. > role: Consumer type: Accepted status: Done.
The JBI specification has some diagrams that explains the possibilities. Not that if you have an error, you could have: > InOut: > role: Consumer type: Sent status: Active. > role: Provider type: Accepted status: Active. > role: Provider type: Sent status: Active. > role: Consumer type: Accepted status: Active. > role: Consumer type: Sent status: Error. > role: Provider type: Accepted status: Error. or, depending on which component sends the error: > InOut: > role: Consumer type: Sent status: Active. > role: Provider type: Accepted status: Active. > role: Provider type: Sent status: Error. > role: Consumer type: Accepted status: Error. and for an InOnly > InOnly: > role: Consumer type: Sent status: Active. > role: Provider type: Accepted status: Active. > role: Provider type: Sent status: Error. > role: Consumer type: Accepted status: Error. Each MEP has its own set of messages ... On Wed, Sep 3, 2008 at 5:34 PM, mattrpav <[EMAIL PROTECTED]> wrote: > > Guillaume- > > Ok, so let me know if I've summarized correctly here-- I don't have any > InOnly services, so I'm guessing there. > > InOut: > role: Consumer type: Sent status: Active. > role: Provider type: Accepted status: Active. > role: Provider type: Sent status: Active. > role: Consumer type: Accepted status: Active. > role: Consumer type: Sent status: Done. > role: Provider type: Accepted status: Done. > > InOnly: > role: Consumer type: Sent status: Active. > role: Provider type: Accepted status: Active. > role: Provider type: Sent status: Active. > role: Consumer type: Accepted status: Active. > role: Provider type: Sent status: Done. > role: Consumer type: Accepted status: Done. > > Thanks! > Matt Pavlovich > -- > View this message in context: > http://www.nabble.com/ExchangeListener-question-tp19274556p19291839.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
