Blob messages for Apollo

2014-11-07 Thread darrenw2112
Does anyone know if Apollo supports blob messages? I would like to use Apollo for doing some large file transfers. Thanks, Darren -- View this message in context: http://activemq.2283324.n4.nabble.com/Blob-messages-for-Apollo-tp4687055.html Sent from the ActiveMQ - User mailing list archive

Re: Sending Blob Messages - PUT was not successful: 403 Forbidden

2013-01-04 Thread gfshaikh
(); out.flush(); in.close(); } public static void main(String[] args) { try { writeABlob(); readABlob(); } catch (Exception e) { e.printStackTrace(); } } } -- View this message in context: http://activemq.2283324.n4.nabble.com/Sending-

Re: Sending Blob Messages - PUT was not successful: 403 Forbidden

2013-01-04 Thread Timothy Bish
On Fri, 2013-01-04 at 06:52 -0800, gfshaikh wrote: > Hi > > I have setup a producer and consumer to send and receive BLOB messages but > am getting the following error > > PUT was not successful: 403 Forbidden > > I tried both the URL and File route and neither ap

Sending Blob Messages - PUT was not successful: 403 Forbidden

2013-01-04 Thread gfshaikh
Hi I have setup a producer and consumer to send and receive BLOB messages but am getting the following error PUT was not successful: 403 Forbidden I tried both the URL and File route and neither appear to work - any ideas what I'm missing Thanks -- View this message in context:

Browsing Blob Messages from JMX

2010-07-14 Thread sic
When browsing Blob Messages from JConsole, I got any messages, occuring the following Exception from the broker. org.apache.activemq.broker.jmx.DestinationView:164 - exception browsing destination javax.management.openmbean.OpenDataException: Cannot create a CompositeData for type

Re: blob messages with failover transport

2010-07-05 Thread sic
(without >> blob) >> to the two brokers by failover transport(e.g. >> failover:(tcp://{IP_1}:61616,tcp://{IP_2}:61616) ) >> >> BTW, I set the jetty web server to both the brokers because the brokers >> should have its own file server in order to use the blob mess

Re: blob messages with failover transport

2010-07-05 Thread Dejan Bosanac
two brokers by failover transport(e.g. > failover:(tcp://{IP_1}:61616,tcp://{IP_2}:61616) ) > > BTW, I set the jetty web server to both the brokers because the brokers > should have its own file server in order to use the blob messages when one > of the two is shutdown abruptly. &g

blob messages with failover transport

2010-07-04 Thread sic
cp://{IP_1}:61616,tcp://{IP_2}:61616) ) BTW, I set the jetty web server to both the brokers because the brokers should have its own file server in order to use the blob messages when one of the two is shutdown abruptly. I just want to send messages and files to the same broker, not separately. How

Buffer size when transferring bigger files using Blob Messages

2009-05-11 Thread manua
Hi All, I am trying to transfer large files (around 100Mb) using ActiveMQ, as blob messages. For doing so, I am setting the buffer size equal to file length, as blobTransferPolicy.setBufferSize((int)inputFile.length(); My doubt is where this buffer is actually created and with large files being

Unable to compile ProducerTool.java code for Blob Messages

2009-04-27 Thread manua
Hi All, I am trying to use Blob Messages in my code, but getting following error at compile time. I have import the BlobMessage class. The same code is working fine for Text Messages. [r...@domu-12-31-38-00-35-27 example]# ant producer /usr/bin/build-classpath: error: Could not find xml

Unable to create Blob messages

2009-04-24 Thread manua
Hi All, I am trying to use Blob Messages in my code, but getting following error at compile time. I have import the BlobMessage class. The same code is working fine for Text Messages. [r...@domu-12-31-38-00-35-27 example]# ant producer /usr/bin/build-classpath: error: Could not find xml-commons

Re: How to send blob messages using ActiveMQ-CPP

2009-04-21 Thread Timothy Bish
On Tue, 2009-04-21 at 07:09 -0700, manua wrote: > Hi All, > > I want to sent blob messages in request response fashion. My client will > send the request and server will respond back with the continous data > streams/blob messages (images). I am new to this and looking for guideli

RE: How to send blob messages using ActiveMQ-CPP

2009-04-21 Thread Nawaz Ahmed
[mailto:agarwal.m...@gmail.com] Sent: Tuesday, April 21, 2009 7:39 PM To: users@activemq.apache.org Subject: How to send blob messages using ActiveMQ-CPP Hi All, I want to sent blob messages in request response fashion. My client will send the request and server will respond back with the continous data

How to send blob messages using ActiveMQ-CPP

2009-04-21 Thread manua
Hi All, I want to sent blob messages in request response fashion. My client will send the request and server will respond back with the continous data streams/blob messages (images). I am new to this and looking for guidelines that from where to start. It will be nice if you could please point

Blob messages download very slow

2009-01-13 Thread dwout
Hello, I'm having a little problem here. As the title says, the download side of blob messages is very very slow. I use the default Jetty web server. The size of messages is around 200 MB. The upload speed seems much faster. Everything happens on one PC, so it's not a networking

Re: Blob messages and .net

2008-08-13 Thread semog
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

Blob messages and .net

2008-08-13 Thread Marko111
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: new transfer protokols for blob-messages

2008-07-24 Thread Bala M
tion. > > regards > Marco > > > Bala M wrote: >> >> Hi, >> Can you please give some example on how to use FTP protocol to transter >> blob messages? >> >> Thank you! >> >> -Bala >> >> >> Marco Buss wrote: >>

Re: new transfer protokols for blob-messages

2008-07-23 Thread Marco Buss
er > blob messages? > > Thank you! > > -Bala > > > Marco Buss wrote: >> >> I have put the ftp support to blob messages. (see: >> https://issues.apache.org/activemq/browse/AMQ-1744) >> >> Is there a need for other protocols which should supported fo

Re: new transfer protokols for blob-messages

2008-07-18 Thread Bala M
Hi, Can you please give some example on how to use FTP protocol to transter blob messages? Thank you! -Bala Marco Buss wrote: > > I have put the ftp support to blob messages. (see: > https://issues.apache.org/activemq/browse/AMQ-1744) > > Is there a need for other protoco

new transfer protokols for blob-messages

2008-06-02 Thread Marco Buss
I have put the ftp support to blob messages. (see: https://issues.apache.org/activemq/browse/AMQ-1744) Is there a need for other protocols which should supported for blob-messages? -- View this message in context: http://www.nabble.com/new-transfer-protokols-for-blob-messages

Re: Blob Messages ??? does it work ???

2007-12-30 Thread Marco Buss
little bit. But notice at this point of time, the broker donĀ“t delets the blob by itself after all consumers have processed the message. See Bug AMQ-1529: https://issues.apache.org/activemq/browse/AMQ-1529 CBT schrieb: I'm trying to use ActiveMQ V5 to send and receive Blob messages this

Blob Messages ??? does it work ???

2007-12-30 Thread CBT
I'm trying to use ActiveMQ V5 to send and receive Blob messages this is a new features with this version. there are three ways to send these kind of messages : file : BlobMessage message = session.createBlobMessage(new File("c://mkv.txt")); URL : Blob

Re: BLOB messages

2007-10-25 Thread Nathan Mittler
be a cool feature to have. > > Btw, do you know if there any plans of dropping a new version of the cpp > client. > > > tabish121 wrote: > > > > There are currently no plans to support BLOB messages. You could create > > an issue requesting it and we will hopefully get

Re: BLOB messages

2007-10-25 Thread appi03
I was just wondering if you guys were working on it. I am not sure if we will need but it would be a cool feature to have. Btw, do you know if there any plans of dropping a new version of the cpp client. tabish121 wrote: > > There are currently no plans to support BLOB messages. You

Re: BLOB messages

2007-10-25 Thread Timothy Bish
There are currently no plans to support BLOB messages. You could create an issue requesting it and we will hopefully get to it at some point. I still haven't found anyone to pay me to work on this full time :) so we get to what we can as fast as we can. Regards Tim. On Thu, 2007-10-25

BLOB messages

2007-10-25 Thread appi03
I know blob messages is a new feature of 5.0 but just wondering if anyone knows if it will also be part of activemq-cpp. -- View this message in context: http://www.nabble.com/BLOB-messages-tf4693020s2354.html#a13413990 Sent from the ActiveMQ - User mailing list archive at Nabble.com.