|
|
|
|
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??
| |
| Matt Milner 2004-04-24, 11:35 pm |
| 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??
>
>
>
| |
| suraj 2004-04-26, 12:35 am |
| So does that mean i can use the same .Net messaging API (which was used to
post messages to MSMQ) to post messages to MSMQT??
Rgds
"Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
news:eag$AFnKEHA.1264@TK2MSFTNGP12.phx.gbl...
> 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...
done[vbcol=seagreen]
> am
some[vbcol=seagreen]
>
>
| |
| Matt Milner 2004-04-26, 11:35 pm |
| yes, box 1 has biztalk and msmqt while box2 has msmq. You can send a
message to biztalk via msmqt by just sending to the biztalk machine like it
is any other msmq machine.
Matt
"suraj" <suraj@yahoo.com> wrote in message
news:%232JWwD0KEHA.2952@TK2MSFTNGP10.phx.gbl...
> So does that mean i can use the same .Net messaging API (which was used to
> post messages to MSMQ) to post messages to MSMQT??
>
> Rgds
>
> "Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
> news:eag$AFnKEHA.1264@TK2MSFTNGP12.phx.gbl...
> You
in[vbcol=seagreen]
> done
MSMQ..I[vbcol=seagreen]
> some
this[vbcol=seagreen]
>
>
|
|
|
|