Browse by Tags
All Tags »
MSMQT (RSS)
I have a problem with the application that I'm developing, and I think that the approach described on your post might help me. You talk about several differences between the Large API, and the normal API of the message queue. The Large API is documented,
Read More...
This article describes the essential points to consider when migrating your solutions from MSMQ/T adapter to MSMQ adapter. Why migrate to MSMQ Adapter? Technically, you don’t have to migrate to MSMQ adapter. MSMQ/T is present and fully supported in BizTalk
Read More...
In the beginning: MSMQ AIC In the beginning there were no adapters. In BizTalk 2000 and 2002 they were called AICs – Application Integration Component. MSMQ AIC for BizTalk 2002 used MSMQ API from Windows Message Queuing and that was it. Windows Message
Read More...
MSMQT supports only one mode for MSMQ protocol -- transactional exactly once in order. Now, how MSMQ does that. The sender sends a TCP request for the destination queue to the port 1801 and establishes the connection. Then all the messages to this queue
Read More...
Just wanted everybody to know, that in the upcoming Beta1 of BizTalk 2006 it will be at last possible to remove MSMQT adapter just like any other. You still will have the code on the machine (it's actually part of the core engine and cannot be separated),
Read More...
Sometimes people are puzzled with this field, so here is a short explanation what it does. In the generic MSMQ infrustructure can use a router when you know that sender and receiver may be unable to connect directly. For example, if they are online at
Read More...
When it comes to really large messages – and I don’t mean merely 50Mb – there is a difference between the old MSMQT adapter and the new MSMQ (a.k.a. MSMQ/C) Adapter for BizTalk. The new MSMQ Adapter is using MQRTLarge.dll that was shipped originally with
Read More...
BTW, MSMQ adapter for BizTalk 2004, that I referred to before, is now available for download at http://www.microsoft.com/downloads/details.aspx?FamilyID=cba87d07-7f50-4d7b-a888-388d123f736e&DisplayLang=en That's the same adapter, I previously referred
Read More...
Well, one more non-architectural thing, but people are asking... The short answer is, YES. And here is the detailed answer from Iuliu Rus, the member of the product team and our expert in MSMQ/T: Public queue is a queue that can be programmatically discovered
Read More...
It’s not architectural, but so many people ask, that I decided to have a log entry on the subject. That’s easy: 1. Add two static IP addresses to your machine. E.g. 100.100.100.5 for MSMQ and 100.100.100.7 for MSMQT. Static is important because Windows
Read More...