| Scott Colestock 2005-05-23, 5:53 pm |
| Are you talking about MSMQ classic adapter? Your message will get deleted
after it has made it to the messagebox.
It is "safe" at that point - even if your orchestration fails, you can have
another shot at the message if you set up the orchestration right.
(Even if you don't, you'll have access to the message itself.)
Similarly with MQSeries -
Scott Colestock
www.traceofthought.net
"Biztalk_Freebie" <BiztalkFreebie@discussions.microsoft.com> wrote in
message news:88AF61D4-9198-4109-875A-FF512E864F77@microsoft.com...
> Hi,
> Experts Pls help me
> i will be recieving the thousands of messages via my mq adapter.
> There are some couple of questions
> when the message on mq will get deleted? is this after reading from MQ or
> is
> it possible to configure this?
> like can i send some acknowledgement to mq back to tell that it can delete
> my message?
> i will be having an tracking database
> basically i should ensure that all the messages are safe
> this is critical to the application
> pls help how to achieve this
> --
> Thanks a lot
|