WARN: Broker localhost not started...

2017-02-15 Thread guerra
hi, I am just getting tons of an annoying message from activemq like the described below when I use the RESTful interface. The problem doesn't show up when I use an OpenWire interface. It's vanished. I am using the same camel.xml setup. The broker seems to work pretty well with the RESTful inte

Re: MQTT and Arduino

2016-02-26 Thread guerra
I'll try with this ones then. I've tried before with HiveMQ and some others clients for Arduino but they don't work on ActiveMQ for some reason. Mosquito seems to work very well with these clients beside they implement the same protocol (MQTT +3.1). thank you for your reply. -- View this mess

MQTT and Arduino

2016-02-26 Thread guerra
Hi I am just wondering whether there is any MQTT client library for Arduino. Does anyone knows any api available for it? Cheers -- View this message in context: http://activemq.2283324.n4.nabble.com/MQTT-and-Arduino-tp4708441.html Sent from the ActiveMQ - User mailing list archive at Nabble.c

How do i connect a glassfish server 4 to an external activeMQ 5.11?

2015-05-06 Thread Angel Guerra
I need help with this topic please -- View this message in context: http://activemq.2283324.n4.nabble.com/How-do-i-connect-a-glassfish-server-4-to-an-external-activeMQ-5-11-tp4696156.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ stucks with replicated LevelDB on startup.

2014-11-18 Thread guerra
Never mind. There is a issue already open against it. Fixed on 5.11 https://issues.apache.org/jira/browse/AMQ-5105 -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-stucks-with-replicated-LevelDB-on-startup-tp4687634p4687662.html Sent from the ActiveMQ - User maili

ActiveMQ stucks with replicated LevelDB on startup.

2014-11-18 Thread guerra
Hi I've just setup a three ActiveMQ 5.10 nodes in master/slave configuration with replicated LevelDB. I've also setup the Zookeeper server in the same nodes. Zookeeper seems running pretty much okay as far I can see. When I crank up the first ActiveMQ node, it stops waiting for another node in or

Re: ActiveMQ 5.9.1 +MQTT

2014-05-02 Thread guerra
Thank you for your replies We'll start soon to do some tests with Java/C and one or two arduinos attached to the broker to see how it goes. Cheers -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-9-1-MQTT-tp4680744p4680811.html Sent from the ActiveMQ - User m

Re: ActiveMQ 5.9.1 +MQTT

2014-04-30 Thread guerra
Okay, thanks for your reply. Yes, you are right but I was looking at this link https://pic.dhe.ibm.com/infocenter/ism/v1r0m0/index.jsp?topic=%2Fcom.ibm.ism.doc%2FDeveloping%2Fdevmqttapp.html

ActiveMQ 5.9.1 +MQTT

2014-04-30 Thread guerra
Hi, I've just wondering whether MQTT running on ActiveMQ has support for the failover protocol. AFAIK MQTT supports the HA feature but, does anyone know whether this can work on ActiveMQ? Thank you and cheers -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-9

Re: Re:Messages are out of order accidentally

2013-07-11 Thread guerra
I had the same problem on 5.5.1 for a single consumer. For some weird reason messages poked into the broker within ~200ms or less, they came out in different order as they came in. I had to fix it from the producer side delaying ordered messages be sent one per second. Since that, the consumer rec

Glassfish 4 + ActiveMQ RAR 5.8.0 + ActiveMQ 5.8.0 + Eclipse 4.3 (Kepler)

2013-07-02 Thread guerra
Hi, It was just to notice to folks using ActiveMQ and Glassfish that I made some test using Glassfish 4 + ActiveMQ RAR 5.8.0 + ActiveMQ 5.8.0 + Eclipse 4.3 (Kepler) and everything worked as it is expected ... so far!. So, I am very happy to use ActiveMQ in our environment. The integration with JMS

Re: Re:Missing OpenWire connections in the web console on ActiveMQ 5.8.0.

2013-07-02 Thread guerra
Thank you for your feedback!. I am looking forward to see the next release. Regarding to the web console, I was looking at this thread and I was wondering whether this camel console would be integrated within the release 5.9. I looks pretty cool actually, and it is something I miss since the 5.5.0

Missing OpenWire connections in the web console on ActiveMQ 5.8.0.

2013-06-26 Thread guerra
Hi, I've just messing with an ActiveMQ 5.8.0 instance (before jumping on to a migration process ) and I got a sort of issue with the web console. For some reason, when I got connections into the broker, the "Connections" link doesn't display any connections to it. Connections are there and a simpl

JMS 2.0 alignment

2013-06-12 Thread guerra
Hi, I was just wondering about the JMS 2.0 alignment. Is there any news about the JMS 2.0 support? Thank you -- View this message in context: http://activemq.2283324.n4.nabble.com/JMS-2-0-alignment-tp4668129.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ 5.8 Network of brokers (master/slave configuration)

2013-03-11 Thread guerra
Okay!, Sorry, I meant to say that the slave doesn't failback to the master again when I re-start the master again. I don't really understand very well how to setup a master/slave configuration. Could you please tell me how can I set up two servers to get a master/slave configuration using these net

ActiveMQ 5.8 Network of brokers (master/slave configuration)

2013-03-07 Thread guerra
hi, I've just set up a couple ActiveMQ servers working as a master/slave configuration. Please see below the configuration Apparently almost everything is working okay, as expected, but I've just wondering what's happening on the scenario when I tear down the master server, aft

Re: On-disk persisted message queues on consumer failure

2012-10-16 Thread guerra
I am looking at another approach to the problem which is the exception capture. I am sketching a route something like this (below), because this is another approach that it would suit me very well too, the point for me is not to loose any data anyway! Any feedback is definitely welcomed. Thanks

Re: On-disk persisted message queues on consumer failure

2012-10-16 Thread guerra
Hi Christian I've set up the database route as transacted, please see camel.xml below. The configuration is working nicely and I've tested doing a wrong insertion and I can see the transaction manager doing the rollback. However, I don't see the link between uncommited transactions and KahaDB. I

Re: On-disk persisted message queues on consumer failure

2012-10-11 Thread guerra
Thanks and yes, I think you are fully right. It must be camel is building up the memory. In fact that is what it shows up on the camel monitor anyway!. I was confused myself! I was reading your link and it looks promising alright. I looked up the "Database Sample" and it seems that it could solve

Re: On-disk persisted message queues on consumer failure

2012-10-11 Thread guerra
The broker is queueing up messages in RAM. When I start the database again the messages are dequeued and sent okay to the database, but from memory. I am using the camel monitor and the seda queue is building up messages continuously . My point is why this messages are not stored on disk and if the

On-disk persisted message queues on consumer failure

2012-10-11 Thread guerra
Hi, I've a ActiveMQ broker to insert messages into the Oracle database. I have a working version with a JDBC camel component and it is inserting messages into it. So, no problems so far. Now the scenario is, JMS messages have the PERSISTED flag enabled, KahaDB is also setup and apparently message

Re: Minimal ActiveMQ client

2012-10-08 Thread guerra
I am afraid but we would need to put more down in the list!. I came up myself with a "working client" with this subset of dependencies. Maybe I am wrong, but it is working for now. cheers

Minimal ActiveMQ client

2012-10-05 Thread guerra
Hi, Does anybody a clue of the specific jars I would need for a ActiveMQ client?. So pack the whole activemq-all.jar obviously the last case scenario but, is there any way to break down that jar. Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Minimal-ActiveMQ-cl

Re: Exception loading camel.xml file on ActiveMQ 5.6.0

2012-10-03 Thread guerra
the problem seems like vanished with jdk 1.7.0 u07. cheers -- View this message in context: http://activemq.2283324.n4.nabble.com/Exception-loading-camel-xml-file-on-ActiveMQ-5-6-0-tp4653981p4657438.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Exception loading camel.xml file on ActiveMQ 5.6.0

2012-07-16 Thread guerra
Hi, Thanks in advance for your reply. Here it is the version [tng@ntcs-amq2 ~]$ java -version java version "1.7.0_02" Java(TM) SE Runtime Environment (build 1.7.0_02-b13) Java HotSpot(TM) 64-Bit Server VM (build 22.0-b10, mixed mode) [tng@ntcs-amq2 ~]$ -- View this message in context: http:

Exception loading camel.xml file on ActiveMQ 5.6.0

2012-07-13 Thread guerra
Hi, I was just doing some tests on ActiveMQ 5.6.0 and I got an exception reading the camel.xml file. Which is puzzling me is that it happens in random way and maybe after 3 or 4 attempts it works!. I am not sure whether somebody else have come across something like this and give me and clue to fix

camel webapp and the licensing stuff

2012-01-30 Thread guerra
Hi, I was just wondering whether camel webapp will be back at some point in the nearly future. I mean for 5.6 release. Does anyone has an idea about it?. Cheers -- View this message in context: http://activemq.2283324.n4.nabble.com/camel-webapp-and-the-licensing-stuff-tp4341201p4341201.html Se

Re: Consume Topic messages from remote MDB - ActiveMQ 5.5.1 & Glassfish 3.1.1

2012-01-24 Thread guerra
Hi, It's not necessary to modify the ra.xml in order to setup your own broker configuration. Those properties can be set up from the section "Resource Adapter Configs" on the Glassfish web console. 1. Create a new Resource Adapter config for your new RA. 2. Select the deployed ActiveMQ RA and a

Re: Is Camel webapp missing on ActiveMQ 5.6 SNAPSHOT ??

2012-01-20 Thread guerra
wow, thanks for the feedback! Yes, it would be handy alright having some instructions for it. Can anyone provide those for 2.8?. The web console is attached to 8080 web port and I am already using it!. Also how can I connect it against the camel instance to see my routes, endopoints etc?. -- Vie

Is Camel webapp missing on ActiveMQ 5.6 SNAPSHOT ??

2012-01-20 Thread guerra
Hi, I installed a ActiveMQ 5.6 snapshot and I realized camel webapp is kind of missing on ActiveMQ 5.6. Is there anything you could do to put it back as it was on previous versions of ActiveMQ?? Cheers -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-Camel-webapp-missin

Re: Unmatched acknowledge errors in pure master slave configuration with activemq 5.5

2011-12-09 Thread guerra
I have the same problem. Is there any way to get rid of this annoying error message?. Is this a bug? cheers -- View this message in context: http://activemq.2283324.n4.nabble.com/Unmatched-acknowledge-errors-in-pure-master-slave-configuration-with-activemq-5-5-tp3548344p4176403.html Sent from th

Re: ActiveMQ 5.5 RA & SLF4J lib clashes!

2011-10-11 Thread guerra
The inclusion of SLF4J 1.5.11 jar into ActiveMQ 5.5 binaries is creating problems elsewhere where you are using SLF4J 1.6 because they clash each other. Can be possible that the user actually satisfy externally, in a standard way, this dependency to try to avoid these classpath conflicts???. Cheer

GET method problems using the REST API!

2011-09-28 Thread guerra
Hi, I am kind of making some proof of concept with the REST API to send/receive messages to/from an ActiveMQ broker. Talking about the GET method, the HTTP client blocks until a message is available. That's fine so far, but the problem rises when I send several messages to the queue. The HTTP cli

Deploying Multiple ActiveMQ RAs !

2011-09-27 Thread guerra
Hi, Has anyone deployed more than one ActiveMQ RA on the same instance of JEE App Server successfully? The thing is I can deploy one RA pretty much ok, but when I add another one the things start to be very unstable. Is there anything to follow up after installation, previous set ups, etc?. Anythi

ActiveMQ 5.5 RA & SLF4J lib clashes!

2011-09-27 Thread guerra
Hi, I am running with problems to deploy the ActiveMQ 5.5 RA due to the inclusion of SLF4J 1.5.11 library on the RA binary. My application is using another version of SLF4J, 1.6.1 + Logback 0.9.28 and the logger facades are clashing each other, so I am wondering if anybody knows how to avoid this

ActiveMQ client can't resume connections after re-deploy on GF 3.1

2011-08-10 Thread guerra
Hi I came across with a problem using an activemq client deployed in a webapp on GF 3.1. For some reason, when the application is redeployed or reloaded, the client isn't able to re-open the connection against the broker. Once the application gets this state, the only way to reconnect the applicat

Re: ActiveMQ 5.4.2 RA fails to connect to a broker.

2011-07-19 Thread guerra
Thanks Gary for your feedback. Inside of the classloader universe on Glassfish, and AFAIK, the connector classloader loads individually deployed RAR modules, which are shared between the applications. So, I think that could be a problem according to your post because all the classes are shared bet

ActiveMQ 5.4.2 RA fails to connect to a broker.

2011-07-19 Thread guerra
I came across with a problem what it looks like a ActiveMQ problem, but if anyone here knows more about it, please feel free to post any thought. I have two ActiveMQ 5.4.2 RAs deployed on glassfish 3.1. Each RA connects with two different brokers hosted on 192.168.1.10 and both brokers have a type

RA fails to connect to endpoint on Glassfish 3.1.

2011-07-07 Thread guerra
hi, Having configured two RAs deployed on Glassfish 3.1 to point out to two endpoints, I got this weird exception trying to connect to one of the endpoints. Some times, the RA apparently doesn't recognize the connection string. If I remove the failover thing of the URL, it happen the same problem,

SLF4J error deploying ActiveMQ RA 5.5.0 on Glassfish 3.1 !

2011-06-09 Thread guerra
Hi, I've came across with a deployment problem on Glassfish 3.1 and the new ActiveMQ RA 5.5.0. It seems that the dependency with SLF4J is kinda difficult to satisfy. Whenever try to do, I got the same problem around org.slf4j.LoggerFactory. asadmin> deploy --libraries slf4j-api-1.5.11.jar,slf4j-

Re: ActiveMQ 5.4.2 RA problem on Glassfish 3.1

2011-03-22 Thread guerra
Never mind ! I forgot to add a thread pool to the ra configuration. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-4-2-RA-problem-on-Glassfish-3-1-tp3384173p3397161.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ 5.4.2 RA problem on Glassfish 3.1

2011-03-17 Thread guerra
hi, Glassfish 3.1 throws this exception when i attempt to deploy the ActiveMQ RA. Does anybody has any idea about how to get rid of this? Thanks [#|2011-03-17T10:46:32.497+|INFO|glassfish3.1|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=797;_ThreadName=Thread-1;|