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

2013-01-04 Thread gfshaikh
Sure - I am using the following code - it is based on the example from the ActiveMQ in Action book public class BlobMessageTest { private static final String QUEUE_NAME = "test.blob.queue"; private static final String brokerURI = "tcp://localhost:61616?jms.blobTransferPolicy.uploadUrl=http://

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: http://acti

RE: Reply:RE: Reply:RE: Reply:Sending Meta Data over Active MQ Channel(for Stream Messages)

2013-01-04 Thread gfshaikh
Channel(for Stream Messages) Strange, I have just written a test case to obtain the properties via call on that method and it works fine. I can recall that Christian has done the test as well. At 2013-01-04 21:30:08,gfshaikh <[hidden email]> wrote: >ActiveMQ 5.7 > >From: SuoNay

RE: Reply:RE: Reply:Sending Meta Data over Active MQ Channel(for Stream Messages)

2013-01-04 Thread gfshaikh
using? At 2013-01-04 21:26:20,gfshaikh <[hidden email]> wrote: >Hi - Thanks for responding I tried that but it didn't work. Any other way to >get the properties ? > >From: SuoNayi [via ActiveMQ] [mailto:[hidden >email]] >Sent: Friday, January 04, 2013 8:25 AM &g

RE: Reply:Sending Meta Data over Active MQ Channel(for Stream Messages)

2013-01-04 Thread gfshaikh
rties method of ActiveMQInputStream. You may see the jira: https://issues.apache.org/jira/browse/AMQ-4241 At 2013-01-04 16:17:21,gfshaikh <[hidden email]> wrote: >Hi All > >I am trying to figure out this issue for a POC we are doing with ActiveMQ. >We are using Output and Inp

Sending Meta Data over Active MQ Channel(for Stream Messages)

2013-01-04 Thread gfshaikh
Hi All I am trying to figure out this issue for a POC we are doing with ActiveMQ. We are using Output and InputStreams to copy files across from producer to consumer. The files get copied acrosss correctly however we also need to pass some meta data in the form of file names so that the file can b

ActiveMQ Stream Messaging & JMS Properties

2013-01-01 Thread gfshaikh
Hi All I am trying to transfer a large file over ActiveMQ using JMS Streams - the transfer works fine however along with the file contents I also need to send the file name to the recipient stream - I am trying the following code but don't see the data appearing at the recipient end - saw several