<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-8840085855436806841.post524007560572447670..comments</id><updated>2009-12-15T19:56:15.841-05:00</updated><title type='text'>Comments on entrepreneurial musings: Sending Large Amazon SQS Messages with Typica in J...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.augmentedfragments.com/feeds/524007560572447670/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8840085855436806841/524007560572447670/comments/default'/><link rel='alternate' type='text/html' href='http://blog.augmentedfragments.com/2008/09/sending-large-amazon-sqs-messages-with.html'/><author><name>Ryan</name><uri>http://www.blogger.com/profile/12120844691062261364</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8840085855436806841.post-2635824293037220856</id><published>2009-12-15T19:56:15.841-05:00</published><updated>2009-12-15T19:56:15.841-05:00</updated><title type='text'>scranthdaddy's suggestion seems much more robust t...</title><content type='html'>scranthdaddy&amp;#39;s suggestion seems much more robust to me.  It would be ideal if someone provided an extension to Typica that did this automatically.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8840085855436806841/524007560572447670/comments/default/2635824293037220856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8840085855436806841/524007560572447670/comments/default/2635824293037220856'/><link rel='alternate' type='text/html' href='http://blog.augmentedfragments.com/2008/09/sending-large-amazon-sqs-messages-with.html?showComment=1260924975841#c2635824293037220856' title=''/><author><name>Steven Loeppky</name><uri>http://www.blogger.com/profile/01948718143411566664</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.augmentedfragments.com/2008/09/sending-large-amazon-sqs-messages-with.html' ref='tag:blogger.com,1999:blog-8840085855436806841.post-524007560572447670' source='http://www.blogger.com/feeds/8840085855436806841/posts/default/524007560572447670' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8840085855436806841.post-6228026131260926582</id><published>2009-11-14T12:27:26.182-05:00</published><updated>2009-11-14T12:27:26.182-05:00</updated><title type='text'>I overcame the size limit in a different way.  If ...</title><content type='html'>I overcame the size limit in a different way.  If the message body is less than 8K, I store it in its entirety.  If it is larger than 8K, I store the body in S3, and store the key in the message queue body using a typographical convention such as __S3_KEY_ID:blah&lt;br /&gt;&lt;br /&gt;Then I check the message body upon retrieval.  If it begins with __S3_KEY_ID then I know to look for the data in S3.  Otherwise, it is entire body and I process it accordingly.&lt;br /&gt;&lt;br /&gt;hope this helps!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8840085855436806841/524007560572447670/comments/default/6228026131260926582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8840085855436806841/524007560572447670/comments/default/6228026131260926582'/><link rel='alternate' type='text/html' href='http://blog.augmentedfragments.com/2008/09/sending-large-amazon-sqs-messages-with.html?showComment=1258219646182#c6228026131260926582' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.augmentedfragments.com/2008/09/sending-large-amazon-sqs-messages-with.html' ref='tag:blogger.com,1999:blog-8840085855436806841.post-524007560572447670' source='http://www.blogger.com/feeds/8840085855436806841/posts/default/524007560572447670' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8840085855436806841.post-5371463025807546073</id><published>2009-11-11T01:14:18.690-05:00</published><updated>2009-11-11T01:14:18.690-05:00</updated><title type='text'>Great post.  I initially saw the message size limi...</title><content type='html'>Great post.  I initially saw the message size limitation as a deal breaker but I am glad to see how you have circumvented that.  Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8840085855436806841/524007560572447670/comments/default/5371463025807546073'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8840085855436806841/524007560572447670/comments/default/5371463025807546073'/><link rel='alternate' type='text/html' href='http://blog.augmentedfragments.com/2008/09/sending-large-amazon-sqs-messages-with.html?showComment=1257920058690#c5371463025807546073' title=''/><author><name>scranthdaddy</name><uri>http://www.blogger.com/profile/18065282770040445717</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.augmentedfragments.com/2008/09/sending-large-amazon-sqs-messages-with.html' ref='tag:blogger.com,1999:blog-8840085855436806841.post-524007560572447670' source='http://www.blogger.com/feeds/8840085855436806841/posts/default/524007560572447670' type='text/html'/></entry></feed>