How to save messages?
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > How to save messages?




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    How to save messages?  
MichaelS


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-23-04 02:56 AM

Hi,

i need long-term memory to save incoming messages (1..n).
Is this possible without using external .NET components?

Thank you
Michael





[ Post a follow-up to this message ]



    RE: How to save messages?  
Alan Smith


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-23-04 02:56 AM

Hi Michael,

Can you be more specific about where and how you want to save them. And how
long-tearm?

Regards,

Alan


"MichaelS" wrote:

> Hi,
>
> i need long-term memory to save incoming messages (1..n).
> Is this possible without using external .NET components?
>
> Thank you
> Michael
>





[ Post a follow-up to this message ]



    Re: How to save messages?  
Todd Sussman


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-23-04 02:56 AM

You can use a pipeline component to save the file to a directory.

Todd

"Alan Smith" <AlanSmith@discussions.microsoft.com> wrote in message
news:05B85222-4E55-4DF5-A863-66F5869A3196@microsoft.com...[vbcol=seagreen]
> Hi Michael,
>
> Can you be more specific about where and how you want to save them. And
> how
> long-tearm?
>
> Regards,
>
> Alan
>
>
> "MichaelS" wrote:
> 







[ Post a follow-up to this message ]



    RE: How to save messages?  
MichaelS


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-23-04 02:56 AM

Hi Alan,


my task is to build a system that receives order messages.
A complete order consist of 1..n messages.
A new order is initialzed with a start and terminated
with a stop message (all usually received within seconds).

It would be nice to map the items from the actual order
message to an ArrayList of so far ordered items - but if
i use the mapping shape i always create a new message...

Can you help?

Thanks in advance,
rgds,
Michael


>-----Original Message-----
>Hi Michael,
>
>Can you be more specific about where and how you want to
save them. And how
>long-tearm?
>
>Regards,
>
>Alan
>
>
>"MichaelS" wrote:
> 
(1..n).[vbcol=seagreen] 
components?[vbcol=seagreen] 
>.
>





[ Post a follow-up to this message ]



    Re: How to save messages?  
Greg Forsythe


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-23-04 02:56 AM

You need a sequential convoy that aggregates the messages, there is an
excellent example at:
http://geekswithblogs.com/asmith/articles/9778.aspx




"MichaelS" <anonymous@discussions.microsoft.com> wrote in message
news:0bc001c4a0ba$0ea03c80$a401280a@phx.gbl...[vbcol=seagreen]
> Hi Alan,
>
>
> my task is to build a system that receives order messages.
> A complete order consist of 1..n messages.
> A new order is initialzed with a start and terminated
> with a stop message (all usually received within seconds).
>
> It would be nice to map the items from the actual order
> message to an ArrayList of so far ordered items - but if
> i use the mapping shape i always create a new message...
>
> Can you help?
>
> Thanks in advance,
> rgds,
> Michael
>
> 
> save them. And how 
> (1..n). 
> components? 







[ Post a follow-up to this message ]



    Re: How to save messages?  
Alan Smith


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-23-04 02:20 PM

Hi,

Looks like it's the way to go, you will need to use something a field (e.g.
OrderID) to correlate the messages to the correct orchestration, and use the
stop message to end the convoy. You need to make SURE that ALL the orders
arive at the orchestration BEFORE the stop message, some adapters like File
and FTP will not guarentee ordered delivery.

There's an udated version of the Sequential Convoy Aggregatro, with more
documentation, and some other message processing patterns here:
http://www.gotdotnet.com/Workspaces...br />
93ed7149

Regards,

Alan



"Greg Forsythe" wrote:

> You need a sequential convoy that aggregates the messages, there is an
> excellent example at:
> http://geekswithblogs.com/asmith/articles/9778.aspx
>
>
>
>
> "MichaelS" <anonymous@discussions.microsoft.com> wrote in message
> news:0bc001c4a0ba$0ea03c80$a401280a@phx.gbl... 
>
>
>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:49 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register