Skip to content

Commit 9035f11

Browse files
authored
Merge pull request #89448 from axisc/patch-4
Update service-bus-amqp-request-response.md
2 parents 70afb2f + 96e003d commit 9035f11

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/service-bus-messaging/service-bus-amqp-request-response.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,7 @@ The response message must include the following application properties:
270270
|Key|Value Type|Required|Value Contents|
271271
|---------|----------------|--------------|--------------------|
272272
|statusCode|int|Yes|HTTP response code [RFC2616]<br /><br /> 200: OK – success, otherwise failed.|
273-
|statusDescription|string|No|Description of the status.|
274-
275-
The response message body must consist of an **amqp-value** section containing a map with the following entries:
276-
277-
|Key|Value Type|Required|Value Contents|
278-
|---------|----------------|--------------|--------------------|
279-
|sequence-numbers|array of long|Yes|Sequence number of scheduled messages. Sequence number is used to cancel.|
273+
|statusDescription|string|No|Description of the status.|
280274

281275
## Session Operations
282276

0 commit comments

Comments
 (0)