You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Marko111 <ma...@yahoo.com> on 2008/08/13 10:44:18 UTC

Blob messages and .net

Hi,
I am wondering is there a way to send a blob message form C# client, and how
is this done?
-- 
View this message in context: http://www.nabble.com/Blob-messages-and-.net-tp18959128p18959128.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Blob messages and .net

Posted by semog <e....@gmail.com>.
Currently there is no support for the ActiveMQ BLOB messages in the NMS API. 
You could enter a JIRA requesting to add support for them.

However, in the meantime, you could probably roll your own solution fairly
simply.  Place  your data in a central location, and send a text message
with a URI or UNC that points to the central location.   Have your
middle-tier or receiving end read the text message and open the location to
retrieve the BLOB data.


Marko111 wrote:
> 
> Hi,
> I am wondering is there a way to send a blob message form C# client, and
> how is this done?
> 

-- 
View this message in context: http://www.nabble.com/Blob-messages-and-.net-tp18959128p18974233.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.