Re: required JRE version

2015-07-01 Thread Claus Ibsen
On Thu, Jul 2, 2015 at 7:48 AM, Marc Schöchlin wrote: > Hi, > > i had major problems with jdk8 and the admin interface - so i switched > back to jdk7 > Is that fixed or should i have a look for this to create adequate bug > reports? > Yeah create bug reports as java8 is supposed to work. > B

Re: required JRE version

2015-07-01 Thread Marc Schöchlin
Hi, i had major problems with jdk8 and the admin interface - so i switched back to jdk7 Is that fixed or should i have a look for this to create adequate bug reports? Best regards, Marc Schoechlin Am 30.06.2015 um 13:21 schrieb Claus Ibsen: > Hi > > Yes Java6 is dropped - well it says req

Re: Dynamic Clustering/High Availability

2015-07-01 Thread bgruenba
I meant to say Apache Kafka, not Karaf, as the alternative. -- View this message in context: http://activemq.2283324.n4.nabble.com/Dynamic-Clustering-High-Availability-tp4698493p4698494.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: kahadb lock in logs

2015-07-01 Thread andrewhelicopter
Replying to my own post now months later. We successfully had 5.11.0 running for over 136 days until we decided to do some maintenance and reboot the server this morning. Now first problem, is again we couldn't get the lock. The consumers would connect but could not enqueue messages. I will attac

Re: Client reaction to server failure

2015-07-01 Thread jlindwall
I should add that our messages are sent as persistent messages. It has been my belief that this means the messages are saved to persistent storage before the publish() call is acknowledged; therefore if the master broker goes down at that instant, the slave will awaken and pick up delivering that

Re: Using Broker clusters, javax.management.InstanceAlreadyExistsException:xx

2015-07-01 Thread Tim Bain
Clearly your master brokers have "master" in the name; do your slaves have "slave" in the name when viewed in JMX? That was the question I was asking. Have you confirmed (via ps -ef or something similar) that no other processes are running ActiveMQ on the host in question? And are you running an

Re: ActiveMQ(MQTT) crash when subscribe

2015-07-01 Thread roox_4000
my active mq log file after run & subscribe: 2015-07-01 14:51:17,162 | INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@56553e: startup date [Wed Jul 01 14:51:17 IRDT 2015]; root of context hierarchy | org.apache.activemq.xbean.XBeanBrokerFactory$1 | main 2015-07-01 14:51:17,992

Re: ActiveMQ(MQTT) crash when subscribe

2015-07-01 Thread roox_4000
my phpMQTT class : http://www.bluerhinos.co.uk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

Re: Using Broker clusters, javax.management.InstanceAlreadyExistsException:xx

2015-07-01 Thread softwbc
sorry! I mean second parts.Here is my application structure. And I confirmed that the configuration is in effect.