|
Home > Archive > BizTalk Server General > April 2006 > Guaranteed Delivery with the File Adapter?
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 |
Guaranteed Delivery with the File Adapter?
|
|
|
| Hi
I have plenty of experience with transactions and messaging, but am just
learning BizTalk. I have a client who wants to guarantee that their xml
files will reach the destination system - even when the system is down (it
will eventually come back up again).
My current solution is to use the File Adapter and the retry mechanism's.
When the system is down, the File Adapter will try to connect x amount of
times and then the message will be suspended. The administrator resumes the
message when the destination system is back up again.
Can the above be achieved automatically using the File Adaper or do I have
to look at some sort of solution with the MSMQ adapter?
Thanks in advance.
| |
| Lee Graber [MSFT] 2006-04-10, 7:34 pm |
| You can use any adapter to do what you are describing below including the
File Adapter. The main difference between the file adapter and the msmq
adapter is their transactional nature. The File adapter can be used to
gaurantee atleast once delivery while the MSMQ adapter, because it is
transactional, can be used to gaurantee once and only once delivery. File
adapter will double pump if the server crashed after we wrote the file to
the folder / network location but before we were able to delete it from the
database. With MSMQ or other transactional adapters, these two operations
are transacted together.
Thx
Lee
This posting is provided "AS IS" with no warranties, and confers no rights.
Connected Systems Division Team
Get Connected!
Meet and interact with key BizTalk Server program managers, developers, and
testers, and let them and other BizTalk Server community team members and
Most Valuable Professionals help you solve your product questions.
Navigate to http://msdn.microsoft.com/subscriptions/support/ in your
webrowser and register as a managed customer to receive MSDN Managed
Newsgroup Support!
MSDN managed newsgroups are available in English to MSDN Universal,
Enterprise, Professional, and Operating Systems subscribers to receive
free, unlimited technical support on select Microsoft technologies as well
as to share ideas with other subscribers.
--------------------[vbcol=seagreen]
(it[vbcol=seagreen]
the[vbcol=seagreen]
have[vbcol=seagreen]
| |
|
| > The File adapter can be used to gaurantee at least once delivery
How? What setting do I need to apply?
Thanks.
"Lee Graber [MSFT]" <leegr@microsoft.com> wrote in message
news:QsDFCRFXGHA.932@TK2MSFTNGXA01.phx.gbl...
> You can use any adapter to do what you are describing below including the
> File Adapter. The main difference between the file adapter and the msmq
> adapter is their transactional nature. The File adapter can be used to
> gaurantee atleast once delivery while the MSMQ adapter, because it is
> transactional, can be used to gaurantee once and only once delivery. File
> adapter will double pump if the server crashed after we wrote the file to
> the folder / network location but before we were able to delete it from
> the
> database. With MSMQ or other transactional adapters, these two operations
> are transacted together.
>
> Thx
> Lee
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> Connected Systems Division Team
>
>
> Get Connected!
> Meet and interact with key BizTalk Server program managers, developers,
> and
> testers, and let them and other BizTalk Server community team members and
> Most Valuable Professionals help you solve your product questions.
>
> Navigate to http://msdn.microsoft.com/subscriptions/support/ in your
> webrowser and register as a managed customer to receive MSDN Managed
> Newsgroup Support!
>
> MSDN managed newsgroups are available in English to MSDN Universal,
> Enterprise, Professional, and Operating Systems subscribers to receive
> free, unlimited technical support on select Microsoft technologies as well
> as to share ideas with other subscribers.
> --------------------
> (it
> the
> have
>
| |
| Lee Graber [MSFT] 2006-04-11, 8:45 am |
| I don't understand your question. There is nothing really to "apply".
Create the sendport and in the property pages for the sendport you will
find setting for retry interval, retry count, and other stuff like that.
Just set them as you want and it will work exactly as you describe.
HTH
Lee
This posting is provided "AS IS" with no warranties, and confers no rights.
Connected Systems Division Team
Get Connected!
Meet and interact with key BizTalk Server program managers, developers, and
testers, and let them and other BizTalk Server community team members and
Most Valuable Professionals help you solve your product questions.
Navigate to http://msdn.microsoft.com/subscriptions/support/ in your
webrowser and register as a managed customer to receive MSDN Managed
Newsgroup Support!
MSDN managed newsgroups are available in English to MSDN Universal,
Enterprise, Professional, and Operating Systems subscribers to receive
free, unlimited technical support on select Microsoft technologies as well
as to share ideas with other subscribers.
--------------------[vbcol=seagreen]
<QsDFCRFXGHA.932@TK2MSFTNGXA01.phx.gbl>[vbcol=seagreen]
the[vbcol=seagreen]
File[vbcol=seagreen]
to[vbcol=seagreen]
operations[vbcol=seagreen]
and[vbcol=seagreen]
well[vbcol=seagreen]
just[vbcol=seagreen]
mechanism's.[vbcol=seagreen]
of[vbcol=seagreen]
|
|
|
|
|