|
Home > Archive > BizTalk Server General > May 2004 > Dimension Message Queue
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Dimension Message Queue
|
|
| Enrico 2004-02-18, 7:34 pm |
|
>-----Original Message-----
>This is a limitation of MSMQ only, not BTS 2002 (or
>2004). So yes the limitation on message size for msmq is
>still restrited to 2 mb.
>
>Mike
>
>
Ok Mike, but BizTalk 2004 not use MSMQ for exchange
message, so i need to know what is the limit of the
message that BizTalk 2004 can manage. In BizTalk 2002 was
the limit of MSMQ (2 M) and for BizTalk 2004?
Enrico
| |
| Iuliu Rus 2004-05-25, 4:37 pm |
| MSMQT is limited only by the amount of disk and database space, the 2MB
limit is gone. The applications that use MSMQ to send to Biztalk are still
limited by MSMQ, but there is a Mqrtlarge.dll component that you can use to
overcome this limitation. There is MSMQTLarge sample that demonstrates
using this new DLL.
|
|
|
|
|