Skip to content

Commit

Permalink
maxMessageSizeInKilobytes: 256 by default for Standard namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshaNalluru authored Sep 30, 2021
1 parent 6ffc5c5 commit 4f42563
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/servicebus/service-bus/test/public/atomManagement.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,7 @@ describe("ATOM APIs", () => {
enablePartitioning: false,
enableExpress: false,
maxSizeInMegabytes: 1024,
maxMessageSizeInKilobytes: 256,
userMetadata: undefined,
requiresDuplicateDetection: false,
status: "Active",
Expand Down Expand Up @@ -1407,6 +1408,7 @@ describe("ATOM APIs", () => {
enablePartitioning: true,
enableExpress: false,
maxSizeInMegabytes: 16384,
maxMessageSizeInKilobytes: 256,
autoDeleteOnIdle: "P10675199DT2H48M5.4775807S",
authorizationRules: undefined,
userMetadata: "test metadata",
Expand Down Expand Up @@ -1663,6 +1665,7 @@ describe("ATOM APIs", () => {
lockDuration: "PT1M",
maxDeliveryCount: 10,
maxSizeInMegabytes: 1024,
maxMessageSizeInKilobytes: 256,
name: managementQueue1,
requiresDuplicateDetection: false,
requiresSession: false,
Expand Down Expand Up @@ -1735,6 +1738,7 @@ describe("ATOM APIs", () => {
enablePartitioning: true,
enableExpress: false,
maxSizeInMegabytes: 16384,
maxMessageSizeInKilobytes: 256,
forwardDeadLetteredMessagesTo: undefined,
forwardTo: undefined,
userMetadata: "test metadata",
Expand Down Expand Up @@ -2037,6 +2041,7 @@ describe("ATOM APIs", () => {
],
maxDeliveryCount: 5,
maxSizeInMegabytes: 16384,
maxMessageSizeInKilobytes: 256,
autoDeleteOnIdle: "PT2H",
forwardDeadLetteredMessagesTo: undefined,
forwardTo: undefined,
Expand Down Expand Up @@ -2234,6 +2239,7 @@ describe("ATOM APIs", () => {
autoDeleteOnIdle: "PT2H",
supportOrdering: true,
maxSizeInMegabytes: 3072,
maxMessageSizeInKilobytes: 256,
enableBatchedOperations: true,
enablePartitioning: false,
enableExpress: false,
Expand Down

0 comments on commit 4f42563

Please sign in to comment.