Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bogatyr@bogatyr-PC:~/work/sandbox/ds$ curl -d "Action=ReceiveMessage&Version=2012-11-05&AttributeName=All&MaxNumberOfMessages=10&WaitTimeSeconds=10" https://sqs.eu-central-1.amazonaws.com/306632954799/SQS_FOR_TEST | xmllint --format -
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 2198 100 2098 100 100 599 28 0:00:03 0:00:03 --:--:-- 627
- <?xml version="1.0"?>
- <ReceiveMessageResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/">
- <ReceiveMessageResult>
- <Message>
- <MessageId>0043ff32-edd7-4a28-a560-4d9be6732944</MessageId>
- <ReceiptHandle>AQEBolrzn8P6xs/yreD741JXJoL3cv2bD3HrVHn60wI8qToB5Dn7CYJ2zu1qMRGZuUg98t01vrMcbTG5pWGVVgkXi4bGHTb2zI11bkOBgCNYcogJ8qIlTj6HRd5ITofoljH7yGyQ9+V8vb6iOVYeQh9J9ezk2zTPzNbOhwHER4VUIfUAZZlmNOjiqdKRqfWPrpAEnTHFIhpmnaZcDFJstiaYkIICir9whtn4neosdX3xRTY/sIm71Hs+uuP5VbASiNrFpaTgdGiJyZZhob3A8ku+Itd/iaOezJv3P5f8CKD3QqqRB7jI52KcY4ewkmhTTFiXSQOwWtlqFN17sfCvEnZWw+F00Ia3EnMeshh30AKCG/OQmB7LHBJcLgauO/h0hTCgzF9OjGfctIwDTiYdUuPwjg==</ReceiptHandle>
- <MD5OfBody>c4ca4238a0b923820dcc509a6f75849b</MD5OfBody>
- <Body>1</Body>
- <Attribute>
- <Name>SenderId</Name>
- <Value>AIDAJHLCJ7JBM6UMILCE6</Value>
- </Attribute>
- <Attribute>
- <Name>ApproximateFirstReceiveTimestamp</Name>
- <Value>1541161345296</Value>
- </Attribute>
- <Attribute>
- <Name>ApproximateReceiveCount</Name>
- <Value>1</Value>
- </Attribute>
- <Attribute>
- <Name>SentTimestamp</Name>
- <Value>1541161285295</Value>
- </Attribute>
- </Message>
- <Message>
- <MessageId>26faf15f-7cb5-419a-83e9-42ae19744cab</MessageId>
- <ReceiptHandle>AQEBbpR4nwCNpT8zIargKJb45fE8OPqI83MEFvko75eitUKQmGHl5up5aAzptch+Ge18cPX9rI09VDb4xmuH5jKJajKjbKXZYFioCuygoct62MVPNAsdFU3B+Ipi6X2GLr21xVmavmBv3L/difwD9lTAT0rKNzdatU3T497nLyMGysgIBqhPIl3U/v0wtP8GDESrh9mRfJ2KgnveJ0HaMyMjvqAiebOYbNidzG25eQZEks6Qi+YA9ebmzmYEfOia1Crbea7sWjVyNV/Kwx7h/KlONwuyjx4Sn3f+ZZ6I3DbrZktUCMURu+z9bx0VpPbg6dRoCtb2NaiH0md2l1cJ9Z2FG0Cg3Wf9C53URMDfZChhUwPcIeOPtxg5HRbrbnRUwwLdqNfVZlfS260Ahkwd3wmhWg==</ReceiptHandle>
- <MD5OfBody>c81e728d9d4c2f636f067f89cc14862c</MD5OfBody>
- <Body>2</Body>
- <Attribute>
- <Name>SenderId</Name>
- <Value>AIDAJHLCJ7JBM6UMILCE6</Value>
- </Attribute>
- <Attribute>
- <Name>ApproximateFirstReceiveTimestamp</Name>
- <Value>1541161345300</Value>
- </Attribute>
- <Attribute>
- <Name>ApproximateReceiveCount</Name>
- <Value>1</Value>
- </Attribute>
- <Attribute>
- <Name>SentTimestamp</Name>
- <Value>1541161285300</Value>
- </Attribute>
- </Message>
- </ReceiveMessageResult>
- <ResponseMetadata>
- <RequestId>2af442c6-4b12-5565-acba-169008ac6b54</RequestId>
- </ResponseMetadata>
- </ReceiveMessageResponse>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement