What is maximum Size of the Message which we will send to Service Bus in Biztalk.

suresh k 0 Reputation points
2024-01-22T08:12:33.16+00:00

Kindly let me know the below things.

 

  1. Individual Message Size in Biztalk Service Bus.
  2. Capacity of Biztalk Service Bus holding messages.
  3. Individual Message Size in IIS for Webservice.
Microsoft BizTalk Server
Microsoft BizTalk Server
A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
349 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Colin Dijkgraaf 1,346 Reputation points
    2024-02-18T21:37:25.4266667+00:00

    I'm assuming you mean the BizTalk message box rather that Service Bus, as BizTalk doesn't have a Service Bus, but can consume and send message to a Service Bus.

    BizTalk doesn't really have a set maximum, and it's ability to process them depends on a lot of factors including memory and load, and if you are purely routing it or also transforming it. However refer to How BizTalk Server Processes Large Messages which has "The BizTalk Server development team has successfully tested the processing of messages up to 1 GB in size when performing routing only."

    In IIS there are some default maximum sizes set (usually 30 MB), but they can be adjusted upwards if necessary. Again, how large you can go probably depends on the available memory on the server.

    0 comments No comments