04-25-04 04:35 AM
MSMQT is functionally equivalent to MSMQ from the senders perspective. You
just send a message like you are sending it to a queue, and it ends up in
the message box. The APIs at the low level are the same.
MSMQT gives you support for large messages which MSMQ would not support.
You can use the Msmqlarge dll for sending these large messages.
Matt
"suraj" <suraj@yahoo.com> wrote in message
news:egTWsUcKEHA.3916@TK2MSFTNGP10.phx.gbl...
>
> Can i use MSMQT independent of MSMQ for queuing messages as it was done
> with MSMQ..What ever sample is there for MSMQT also talks about MSMQ..I
am
> not that clear about what MSMQT is??I dont have MSMQ m/c's so i need some
> feature to queus my messages for BizTalk to listen to them.Can i do this
> using MSMQT??
>
>
>
[ Post a follow-up to this message ]
|