Mac OS X Active MQ SSL

2009-03-09 Thread huntc
Hi there, Has anyone got special advice with regards to configuring ActiveMQ clients needing to using SSL. I've read and followed the instructions at: http://activemq.apache.org/how-do-i-use-ssl.html ... but I'm continuing to get: ERROR TransportConnector - Could not accept connect

Using admin web page to test messaging

2009-03-09 Thread lyall
I am new to ApacheMQ and I am fiddling with the admin console (http://localhost:8161/admin) I create a Queue on one instance, on a separate machine, I create the same Queue. I then use 'Send To' to send a test message between the two machines. Is it me or the web page 'Consumer' doesn't rate as a

Re: AMQ 5.2+ - does kaha index hash file ever shrink?

2009-03-09 Thread bonnyr
Anyone? bonnyr wrote: > > As per subject, if all messages in a queue have been delivered, is there a > housekeeping > mechanism to shrink the index files (in particular the > hash-index-queue-data_... and index-queue-data > files)? > > I can see resizing messages as the queue grows, but coul

Re: problem with activemq on freebsd 7

2009-03-09 Thread vlad2005
I setup full access for entire tomcat installation directory. After that, application start fine, but i receive again same problem, after some restart's. Then i give again full access to all, and after few trouble, work again. Little strange, but that is situation. Dave Stanley wrote: > > It se

Re: problem with activemq on freebsd 7

2009-03-09 Thread Dave Stanley
It seems like the embedded broker doesn't have the correct permissions to create its message store (Usually it will be created in the working directory for the process). Regards /Dave On Mon, Mar 9, 2009 at 4:49 AM, vlad2005 wrote: > > I try to deploy an application, weborb, to an fresh install

Re: NFS locking issue for Master/Slave

2009-03-09 Thread Dave Stanley
Hi Jason, Have you tried using nfsv4. It may be that you can use that (and tweak the lease period on the netapp if necessary) to give you the lock expiration behaviour your looking for. Hope this helps /Dave On Mon, Mar 9, 2009 at 2:16 PM, JasonCzerak wrote: > > > > JasonCzerak wrote: > > > > I

Re: NFS locking issue for Master/Slave

2009-03-09 Thread JasonCzerak
JasonCzerak wrote: > > I'm using the latest ActiveMQ 5.2.0 Release. I have a clustered > configuration for the NetApp filters. So my file system store is very HA. > > I'm using the idea documented here: > http://activemq.apache.org/shared-file-system-master-slave.html > > This process works s

Re: Question about Active MQ network of brokers

2009-03-09 Thread Bruce Snyder
On Mon, Mar 9, 2009 at 9:40 AM, mffrench wrote: > > Hello, > > I would like to know if it's possible to configure ActiveMQ to route > messages from a broker A to a broker C through a broker B. In fact I aim to > achieve this kind of topology : > > client X (network 1) send Message to Broker C via

Question about Active MQ network of brokers

2009-03-09 Thread mffrench
Hello, I would like to know if it's possible to configure ActiveMQ to route messages from a broker A to a broker C through a broker B. In fact I aim to achieve this kind of topology : client X (network 1) send Message to Broker C via Broker A -> broker A (network 1) send message to broker C via

Possible defect in Message Eviction

2009-03-09 Thread Yenki
Hi, I’m using ActiveMQ 5.2 and I’m experiencing a strange behavior with OldestMessageEvictionStrategy. I have a very fast producer and a very slow consumer and I set this policy in my xml. After my consumer have consumed

Re: activemq-cpp Access violation closing consumer session object

2009-03-09 Thread Timothy Bish
On Fri, 2009-03-06 at 12:45 -0800, timplusplus wrote: > Hi everyone, > > I have a working C++ client built off of ActiveMQ-CPP 2.4 (WindowsXP, > MSVC++, APR 1.3.3) which connects to a standalone ActiveMQ server (5.1.0), > can publish messages, subscribe to messages and disconnect just fine. > >

problem with activemq on freebsd 7

2009-03-09 Thread vlad2005
I try to deploy an application, weborb, to an fresh install of apache tomcat 6. When i start give this error: ... java.io.FileNotFoun dException: activemq-data/ localhost/ journal/data- control (No such file or directory) ... Same applicatio