On Sun, 2011-02-13 at 10:58 +0100, Adam Kaminiecki wrote: > Hi, > > > Can you tell how to create Blob message by C# client? (code example please) > Is possible to download message over https?? Because https is not listed > on http://activemq.apache.org/blob-messages.html > Does C# client support it or is any other possibilities to transfer > large file as 500MB? > > > Regards, > Adam >
NMS doesn't fully support Blob Messages. You can receive them but you'd need to write your own code to download the item from the Uri in the message based on the scheme (ftp, http, etc). Regards -- Tim Bish ------------ FuseSource Email: [email protected] Web: http://fusesource.com Twitter: tabish121 Blog: http://timbish.blogspot.com/
