Patch for Camel AWS SQS endpoint to set maximum message size and message retention period. ------------------------------------------------------------------------------------------
Key: CAMEL-3869 URL: https://issues.apache.org/jira/browse/CAMEL-3869 Project: Camel Issue Type: Improvement Components: camel-aws Reporter: Sean Parsons Priority: Minor We wished to have the ability to control the MaximumMessageSize and MessageRetentionPeriod through Camel, as otherwise it requires some external process to update those values after the queues have been created. Documentation of these options is here: http://docs.amazonwebservices.com/AWSSimpleQueueService/latest/APIReference/Query_QuerySetQueueAttributes.html So far this only sets those settings, but it should be easy to update it with the others that are supported by SetQueueAttributes. I made some moderate tweaks along the way but nothing groundbreaking, the only thing I'm not sure about is my adding of those attribute names to SqsConstants. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira