|
Home > Archive > BizTalk Server General > March 2005 > msmq 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]
|
|
| Matt Brown 2005-03-30, 5:51 pm |
| I am using the new biztalk msmq adapter. I documentation says that it
cannot do remote transacted reads. I have a public transacted queue
receiving message from an external application. I created a receive
location for this queue and can get the messeages as long as the receive
location is not transacted. So, the question is, how does BizTalk guarantee
that the message will only be delivered once?
Matt
| |
| Tomas Restrepo \(MVP\) 2005-03-30, 8:46 pm |
| Hi Matt,
> I am using the new biztalk msmq adapter. I documentation says that it
> cannot do remote transacted reads. I have a public transacted queue
> receiving message from an external application. I created a receive
> location for this queue and can get the messeages as long as the receive
> location is not transacted. So, the question is, how does BizTalk
guarantee
> that the message will only be delivered once?
It can't, I believe, nor can't it ensure the message is not removed from the
queue if there is an error submitting it to the messagebox. That's pretty
much the limitation you'd expect with non-transactional queues.
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
|
|
|
|
|