Skip to content

Commit 96e003d

Browse files
author
Ashish Chhabria
authored
Update service-bus-amqp-request-response.md
removing incorrect line that claims that array of scheduled messages will be returned.
1 parent 8e09c6e commit 96e003d

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)