Amazon SQS 服务 failure.Mule 消息未传送到 VM 队列

Amazon SQS service failure.Mule message not delivered to VM queue

我有一个简单的流程,它在一个 VM 的 dlq 中下订单connector.But突然我得到一个异常,如下所示

Message               : Failed to route event via endpoint: DefaultOutboundEndpoint{endpointUri=vm://dlq, connector=VMConnector
{
  name=VM1
  lifecycle=start
  this=5b97228a
  numberOfConcurrentTransactedReceivers=4
  createMultipleTransactedReceivers=true
  connected=true
  supportedProtocols=[vm]
  serviceOverrides=
}
,  name='endpoint.vm.dlq', mep=ONE_WAY, properties={}, transactionConfig=Transaction{factory=null, action=INDIFFERENT, timeout=0}, deleteUnacceptedMessages=false, initialState=started, responseTimeout=10000, endpointEncoding=UTF-8, disableTransportTransformer=false}. Message payload is of type: String
Code                  : MULE_ERROR--2
--------------------------------------------------------------------------------
Exception stack is:
1. null (Service: AmazonSQS; Status Code: 503; Error Code: null; Request ID: null) (com.amazonaws.AmazonServiceException)
  com.amazonaws.http.AmazonHttpClient:1073 (null)

谁能澄清这里出了什么问题?

我在 Cloudhub 上猜你 运行 这个。在 Cloudhub 上,持久性 VM 队列由 Amazon SQS 队列支持。为什么会出现错误,可能是 AWS 有问题,或者正如它在此处所述:http://docs.aws.amazon.com/AWSSimpleQueueService/2009-02-01/APIReference/index.html?Query_QueryErrors.html 请求可能因吞吐量过高而受到限制。