|
Home > Archive > BizTalk Server > December 2006 > Multiple Message Types
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Multiple Message Types
|
|
|
| I have an application that will be receiving multiple EDI message types
on one port. I need to take different action based on the type. Is
there a way to either:
1. Call an orchestration based on a message type
2. Identify the message type in the orchestration, and take branching
action accordingly.
Rick Nolte
| |
|
| Oner more thing - Using BizTalk 2006
RickN wrote:
> I have an application that will be receiving multiple EDI message types
> on one port. I need to take different action based on the type. Is
> there a way to either:
>
> 1. Call an orchestration based on a message type
> 2. Identify the message type in the orchestration, and take branching
> action accordingly.
>
> Rick Nolte
| |
| Jan Eliasen 2006-12-11, 7:19 pm |
| On 11 Dec 2006 11:15:42 -0800, "RickN" <rdnolte@gmail.com> wrote:
>I have an application that will be receiving multiple EDI message types
>on one port. I need to take different action based on the type. Is
>there a way to either:
>
>1. Call an orchestration based on a message type
This should be done automatically for you. If your orchestration
expects a specific messagetype, then only messages of that message
type is going into the orchestration. There is no problem in having
several orchestrations bound to the same receive port, and letting the
messagebox decide which orchestration to start, based on the
messagetype.
--
eliasen, representing himself and not the company he works for.
Private blog: http://blog.eliasen.dk
Private email: jan@eliasen.dk
| |
| Eric Stott 2006-12-12, 1:29 am |
| Or if you did not want to 'bother' with binding multiple orchestrations to
the same recieve port, you can specify the logical port in the orchestration
as a direct port and then the particular orchestration will start up as soon
as its message shows up in the message box.
Eric
"Jan Eliasen" <eliasen@nospam.nospam> wrote in message
news:vtgrn2dok1jj4vph7j6tqes2cihfo92upq@
4ax.com...
> On 11 Dec 2006 11:15:42 -0800, "RickN" <rdnolte@gmail.com> wrote:
>
> This should be done automatically for you. If your orchestration
> expects a specific messagetype, then only messages of that message
> type is going into the orchestration. There is no problem in having
> several orchestrations bound to the same receive port, and letting the
> messagebox decide which orchestration to start, based on the
> messagetype.
>
> --
> eliasen, representing himself and not the company he works for.
>
> Private blog: http://blog.eliasen.dk
>
> Private email: jan@eliasen.dk
|
|
|
|
|