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
();
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-
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
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:
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
(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
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
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
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
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
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
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
[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
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
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
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
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.
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:
>>
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
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
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
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
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
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
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
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
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.
27 matches
Mail list logo