Tuesday, March 27, 2007

What is MSMQT?

In one of my project we should send messages to a Biztalk queue. I thought Biztalk used the regular MSMQ with it's own interface but.... First of all it's called MSMQT and the T is for transport. The Biztalk solution was created to get around the 4 mb limit in the usual MSMQ. You can send the messages to MSMQT in the same way as via MSMQ the difference is in how the messages is stored. For MSMQT the messages are stored in the Biztalk message storage. This means that you cant see the queues and the messages in the MMC.

Here is a short description about what MSMQT is .

No comments: