JMS activemq protocol conversion that supports the message properties

2013-09-27 Thread tcarlyle
We have a software agent that uses JMS to publish messages to an Activemq topic. Part of the relevant information of those jms messages are set as StringProperties or IntProperties in the message by the JMS agent. However, I need to subscribe to the activemq topics from Android and there is no

Re: Changing the code, building and running a broker build from SNAPSHOT source code

2013-09-11 Thread tcarlyle
Yeah, the bin is there! Thanks =D -- View this message in context: http://activemq.2283324.n4.nabble.com/Changing-the-code-building-and-running-a-broker-build-from-SNAPSHOT-source-code-tp4671336p4671388.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Changing the code, building and running a broker build from SNAPSHOT source code

2013-09-10 Thread tcarlyle
Hi, I've looked in the documentation regarding building the Activemq broker from the source, but the scattered pieces of information I found (http://activemq.apache.org/building.html, http://activemq.apache.org/getting-started.html) seems to be a bit outdated. So, I basically clonned

Re: Is it possible to connect with anonymous user through mqtt+nio connector

2013-08-28 Thread tcarlyle
By the way, I was wondering how can subscribe via mqtt to an activemq topic which was created with a forward slash on its name. I understand that forward slashs are special characters in mqtt and as per activemq mqtt support the / will be converted to .. However, in my case, I need to connect to

Is it possible to connect with anonymous user through mqtt+nio connector

2013-08-27 Thread tcarlyle
Hi, I have a broker configured to accept mqtt+nio, tcp+ssl and tcp connections. I can connect anonymously using tcp and jms, but when I try to use the mqtt-client java library https://github.com/fusesource/mqtt-client to connect anonymously, I get the following error log in the broker's side:

Re: Is it possible to connect with anonymous user through mqtt+nio connector

2013-08-27 Thread tcarlyle
Please disconsider the line: java.lang.SecurityException: User anonymous is not authorized to write to: queue://ActiveMQ.DLQ on the top of the log, it entered there by a copy and paste accident =D -- View this message in context:

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

2013-08-26 Thread tcarlyle
, 2013 at 8:11 AM, tcarlyle [hidden email]http://user/SendEmail.jtp?type=nodenode=4670621i=0 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 read such message with a JMS client? As far as I

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

2013-08-22 Thread tcarlyle
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 read such message with a JMS client? As far as I understood the activemq broker would conver the message and indeed my JMS listener receives a message, however

Re: ActiveMQ for Android

2013-08-16 Thread tcarlyle
Here it is the post http://jason-sherman.blogspot.no/2012/08/android-mqtt-with-activemq.html of someone who built an activemq mqtt android client using the FuseSource MQTT client library. And both codes are available in git =D At the moment Im trying to see if I can get the client to work with

Re: Problem when trying to start activemq after configuring password encryption

2013-06-21 Thread tcarlyle
Yeah, I am aware of that. I was trying to first get the broker to run with property encryption enabled to later on really encrypt the fields. On Thu, Jun 20, 2013 at 6:10 PM, orhanemre [via ActiveMQ] ml-node+s2283324n4668424...@n4.nabble.com wrote: This might not be related to your issue, but

Problem when trying to start activemq after configuring password encryption

2013-05-27 Thread tcarlyle
I have been able to run activemq before, but when I try to set it to use encrypted passwords as per http://activemq.apache.org/encrypted-passwords.html I cant get the broker to run. What I basically did was to replace bean

Re: Problem when trying to start activemq after configuring password encryption

2013-05-27 Thread tcarlyle
Btw, it works fine if I use the encryption with the password set in the property as: bean id=configurationEncryptor class=org.jasypt.encryption.pbe.StandardPBEStringEncryptor property name=algorithm value=PBEWithMD5AndDES/ property name=password value=activemq/

Re: Working around defaults in encrypted password system

2013-05-27 Thread tcarlyle
Is there some other configuration needed to get it running with Bouncy Castle as provider? Should I get the bouncycastle jar and add it in my classpath? I get an error here trying to find the BouncyCastleProvider when trying your configuration with an activemq broker as a unix service Cannot