Re: Activemq on amazon ec2

2013-05-29 Thread Raji
Hi , I am working from home for a small concern.I am very new to activemq as well amazon servers. My project is a Client/Server architecture where client sends the message to remote server, server process them and send back reply. All this happens manually through application jar developed using

Re: How do I run activemq with STOMP? Why is derby not found?

2013-05-29 Thread Christian Posta
Yah, you can set environment variables... ACTIVEMQ_HOME -- the root dir for your install ACTIVEMQ_BASE -- the root dir for your current broker, usually the same as ACTIVEMQ_HOME ACTIVEMQ_CONF -- the dir to use for configuration ACTIVEMQ_DATA -- the dir to use for data files (kahadb, log, etc, b

Re: How do I run activemq with STOMP? Why is derby not found?

2013-05-29 Thread Sam Roberts
Thanks, yes, when I ran it from here it started: sam@slsam:/usr/local/Cellar/activemq/5.8.0/libexec % ls ./ WebConsole-README.txt bin/ data/ example/ tmp/ webapps/ ../ activemq-all-5.8.0.jar* conf/ docs/ lib/ user-guide.html webapps-demo/ sam@slsam:/usr/local/Cellar/activemq/5.8.0/libexec % With:

Re: How do I run activemq with STOMP? Why is derby not found?

2013-05-29 Thread Christian Posta
Not sure exactly where homebrew puts it (/usr/local/Cellar/activemq ?) ..but it sounds like the script cannot see the conf files.. maybe navigate to the place that homebrew put activemq... should be a conf/ folder there.. run activemq console from there... On Wed, May 29, 2013 at 4:47 PM, Sam Ro

How do I run activemq with STOMP? Why is derby not found?

2013-05-29 Thread Sam Roberts
I'm staring at the docs, and just going around in circles trying to follow their advice. I'm using 5.8.0, installed using homebrew. I have tried using conf/activemq-stomp.xml, using the command it says to, and any other variants I can think of: activemq console xbean:conf/activemq-stomp.xml

Re: Connection to message broker hanging

2013-05-29 Thread Christian Posta
What protocol are you using to connect to the broker? STOMP? Can you see what frames have gone to the broker? Can you take a thread dump of the broker and post here? On Tue, May 28, 2013 at 9:45 AM, Sean Beck wrote: > So I am using a consumer/producer with an apache module of mine and I have >

Re: ActiveMQ client for Android

2013-05-29 Thread Christian Posta
Very cool! Thx for the post... On Wed, May 29, 2013 at 12:11 PM, udik wrote: > Hi guys, just fyi I found a cool app called ActiveMQ client for Android, > works well for me.. I use it to test that our AMQ server is working > properly > while on the road, and get notified via the app's AMQ subscr

ActiveMQ client for Android

2013-05-29 Thread udik
Hi guys, just fyi I found a cool app called ActiveMQ client for Android, works well for me.. I use it to test that our AMQ server is working properly while on the road, and get notified via the app's AMQ subscription for any issues: https://play.google.com/store/apps/details?id=com.maildover.actove

ActiveMQ client for Androdi

2013-05-29 Thread udik
Hi guys, just fyi I found a cool app called ActiveMQ client for Android, works well for me.. I use it to test that our AMQ server is working properly while on the road, and get notified via the app's AMQ subscription for any issues: https://play.google.com/store/apps/details?id=com.maildover.actove

Re: ActiveMQ for Android

2013-05-29 Thread udik
Hi! I have found a new app for ActiveMQ if you if you are still interested, works great for me: https://play.google.com/store/apps/details?id=com.maildover.actovemq4 -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-for-Android-tp3220245p4667611.html Sent from th

Re: Apply login module to certain channels

2013-05-29 Thread craig w
Sorry for the confusion, but I'm using Apollo (I didn't realize it was the same email list as AMQ). Your suggestion looks like it might be promising however the page you linked to has this error in the "Authorization" section: Error formatting macro: snippet: java.lang.IndexOutOfBoundsException: I

5.8.0 Management UI Death

2013-05-29 Thread Neil Houston
Hello folks, We're running 5.8.0 and whenever we try to browse a queue from the management console with >100 entries our servers eat themselves/commit seppuku/etc. During this, you can see a very high number of dequeue/requeues with the message queue server itself as the consumer until the jvm

Re: Apply login module to certain channels

2013-05-29 Thread Dejan Bosanac
Hi, take a look at "anonymous access" http://activemq.apache.org/security.html#Security-Anonymousaccess After setting it up, you need to define authorisation roles as well, to define which destination can be accessed by anonymous users/groups. Regards -- Dejan Bosanac -- Re

Re: sslContext - do keys identify brokers?

2013-05-29 Thread Christian Posta
Yes that's correct. You should be able to use the same keys on the spokes... ActiveMQ doesn't do anything specific for identification other than authorization to verify principals. On Wed, May 29, 2013 at 7:01 AM, James Green wrote: > Quick one - I want to add another spoke broker and connect it

sslContext - do keys identify brokers?

2013-05-29 Thread James Green
Quick one - I want to add another spoke broker and connect it to our hub. At present each spoke has it's own Key in the keystore with a corresponding certificate on the hub. This works but I'm wondering if ActiveMQ uses the the certificates to help identify individual brokers? If I add this new

Re:activemq transaction

2013-05-29 Thread SuoNayi
The situation will be complicated if you're using the failover transport. Your commit on the session can be failed in the following cases: 1.The commit command is failed to send to the broker because the connection between your client and broker is broken and timeout for reconnection process happ

Re: ActiveMQ crashes frequently

2013-05-29 Thread Robert Davies
Ultimately I'm pretty confident this problem is an NFS problem - and as Johan has already let the cat out of the bag ;) - let me ask the following: Which version of NFS 4 are you using and which environment? Have you checked the system logs for NFS errors on all the machines running ActiveMQ