populateJMSXUserID=true and network of brokers

2013-08-23 Thread Attila Nagy
Hi, I've the following: - populateJMSXUserID=true in - uri="ssl://0.0.0.0:61616?needClientAuth=true"/> - a network of brokers with four machines (full mesh) - the clients and brokers authenticate themselves with certificates and connect with SSL If I connect with client A (producer) to broke

Weird behavior

2013-08-23 Thread Jose MarĂ­a Zaragoza
Hello: I'm using Apache ActiveMQ 5.8.0 I'm having a weird behavior , I would like any help . I explain it: I've got a web application ( a.k.a. WAR ) that send a text message to a topic by using jmsTemplate I made a testing consumer ( a Spring's DefaultMessageListenerContainer object ) , liste

Re: AMQ DeadLetterStrategy Not Being Respected

2013-08-23 Thread nezor
Sorry I meant to put in my original reply that I'm bound to using Spring DSL for dev work right now. I'm working on updating ActiveMQ so I can factor out any potential issues in the Fuse 5.5.1 version. If I'm still seeing odd behavior I'll go down the route of installing Eclipse so I can test using

Re: SSL with ActiveMQ-cpp

2013-08-23 Thread yuanbatou
Does anybody knows how to do this? I also have the same problem.. -- View this message in context: http://activemq.2283324.n4.nabble.com/SSL-with-ActiveMQ-cpp-tp4499106p4670614.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Where are the data files stored?

2013-08-23 Thread SledgeHammer
Yes, the data directory is restored correctly. Java.exe and Wrapper.exe are gone from task manager. Old queues randomly appear when I restart. If I try to delete them manually, I often get an exception in the web console and/or the delete link does nothing. -- View this message in context: http

Re: Sometimes any active durable topic subscriber has pending queue message

2013-08-23 Thread Christian Posta
If you can reproduce it, please open a jira and attach your test case. On Thu, Aug 22, 2013 at 9:39 PM, rafael wrote: > I'm using mqtt with activemq 5.8.0 version. > Sometimes any active durable topic subscriber has pending queue message > like > attached image shown. > I think that there is no

Re: Unable to connect/send messages with MQTT transport from JMS client

2013-08-23 Thread Christian Posta
could you just do? byte[] buffer = new byte[1024]; bytesMessage.readBytes(buffer); On Thu, Aug 22, 2013 at 8:11 AM, tcarlyle wrote: > Im using the mqtt client library to publish a message in a topic of the > activemq broker. And I was wondering how/if is it possible to

Re: AMQ DeadLetterStrategy Not Being Respected

2013-08-23 Thread Christian Posta
So would save me some time if you just plug your test into my testcase, or alter my test to fail the way yours is. Then I would be happy to continue to help. On Thu, Aug 22, 2013 at 7:59 AM, nezor wrote: > Mostly I have been using my route which is for a specific use case (jetty > consumer -> vi

Some problem of BlobMessage

2013-08-23 Thread Jinglong Wang
hi,everyone: i have some problem to handle blobmessage. My environments are: Tomcat 6.0 Apache FTPServer 1.0.6 ActiveMQ 5.8.0 ActiveMQ message trans type is: publish/subcribe now, i have a producer of publisher with topic and blobmessage,session mode persistent,auto acknowledge. the file size ab

Re: setting up c++ client app using CMS using SSL client certificate auth

2013-08-23 Thread Timothy Bish
On 08/23/2013 09:41 AM, yuanbatou wrote: Hi, mikmela, I am also developing a client app using CMS. But I am new to activeMQ and ssl. So could you explain to me how do you produce the following things? ClientTrustStoreInPemFormat ClientKeyStoreInPemFormat Thank you in advance. Best Regards,

Re: setting up c++ client app using CMS using SSL client certificate auth

2013-08-23 Thread yuanbatou
Hi, mikmela, I am also developing a client app using CMS. But I am new to activeMQ and ssl. So could you explain to me how do you produce the following things? ClientTrustStoreInPemFormat ClientKeyStoreInPemFormat Thank you in advance. Best Regards, Yuan -- View this message in context:

ActiveMQ streaming & Message Acknowledgement

2013-08-23 Thread jobanovi
Hello! I am sending a WAV file over AMQ using IOStreams. I don't have a problem with transfering the file from the producer side to the consumer side. But there is a problem on the consumer side with message acknowledgement (I think) and I can play the file only after I purge the queue via Jcons