Re: SAN Hardware for Master/Slave Architecture

2007-08-10 Thread Tom Samplonius
- "RobBugh" <[EMAIL PROTECTED]> wrote: > I'm going to install ActiveMQ in a shared file system Master/Slave > configuration. I see on the ActiveMQ web site that SAN is suggested as > the > shared file system. Unfortunately, I don't know much about SAN > technology > and what choices I have. Is

Re: difference between transportConnector and networkConnector

2007-08-10 Thread Tom Samplonius
Not quite. transportConnectors are for message consumers/producers (ie clients). networkConnectors are for broker-to-broker communications. If you only have a single broker, you can remove all networkConnectors (probably a good accepted practice). As you can probably imagine, brokers ha

Re: Socket Woes

2007-08-10 Thread Tom Samplonius
- "Elliotte Harold" <[EMAIL PROTECTED]> wrote: > > > > There are known bugs in Stomp in 4.1.1. And there were some > issues with > > sockets not being cleaned up properly. > > > > I would re-test with a 5.0-snapshot. > > > > Tom > > > > Could you elaborate on these? This may also apply t

SAN Hardware for Master/Slave Architecture

2007-08-10 Thread RobBugh
I'm going to install ActiveMQ in a shared file system Master/Slave configuration. I see on the ActiveMQ web site that SAN is suggested as the shared file system. Unfortunately, I don't know much about SAN technology and what choices I have. Is there anyone using SAN that would be willing to share

Messages not being Consumed/Dequeued

2007-08-10 Thread wickus
I'm running activema-ra-4.0.2.rar inside JBoss 4.0.5. Everything works fine when my producer and consumer are running on the same machine. However, when I produce from standalone process to destination JBoss/ActiveMQ on another machine, the messages make it onto the queue, but never gets dispatche

Re: Using ActiveMQ with "C" System

2007-08-10 Thread Dinesh Premalal
Hi , On 8/10/07, Oleg Deribas <[EMAIL PROTECTED]> wrote: > > > > Did you tried to use stomp C client? > > http://stomp.codehaus.org/C Yes I looked on to it . But it's building page [1] says , it required Mac and X Code 2 installed. Does any body using this ? BTW Is this (libstomp) code, is sta

Re: Using ActiveMQ with "C" System

2007-08-10 Thread Oleg Deribas
Hello, Dinesh Premalal said the following on 10.08.2007 17:03: I have a system written in C, I want to publish my messages to ActiveMQ server. What is the most recommended way? BTW, I have tried almost all the C options given in the activemq site, but none of them work for me. Did y

Re: Using ActiveMQ with "C" System

2007-08-10 Thread Dinesh Premalal
Hi Tim, Many thanks for your response. Please find my comments inline On 8/10/07, Timothy Bish <[EMAIL PROTECTED]> wrote: > > Depending on your platform and compiler requirements, you could use > ActiveMQ-CPP. It should be to hard to write a C wrapper around the C++ > libraries API so

Re: Using ActiveMQ with "C" System

2007-08-10 Thread Timothy Bish
Depending on your platform and compiler requirements, you could use ActiveMQ-CPP. It should be to hard to write a C wrapper around the C++ libraries API so that you can use it from you existing code base. Not sure what the state of the other C clients are at the moment. Regards Tim. On Fri, 2

Using ActiveMQ with "C" System

2007-08-10 Thread Dinesh Premalal
Hi all, I have a system written in C, I want to publish my messages to ActiveMQ server. What is the most recommended way? BTW, I have tried almost all the C options given in the activemq site, but none of them work for me. (Yes, I know I'm not a very good Java person :( , there may be my f

Re: Socket Woes

2007-08-10 Thread Elliotte Harold
On 8/6/07, Tom Samplonius <[EMAIL PROTECTED]> wrote: > > > > Envirnoment > > == > > > > Activemq 4.1.1 (binary) > > Stomp php > > J2SE 5.0 update 8 > > Cent OS 4 - version 20060930 > ... > > There are known bugs in Stomp in 4.1.1. And there were some issues with > sockets not being clean

Re: Persistence Adaptor MBean

2007-08-10 Thread Anthrope
Mario, This looks very promising; it's exactly what I need. Thanks for the information; I shall code these features today and follow up. Best regards, Prashanth Mario Siegenthaler-2 wrote: > > The default JDBCPersistenceAdapter has access to the BrokerService. > The broker service expose

about Producer crashed when sending jms stream...

2007-08-10 Thread Viali.Lee
I tried to send a file to ActiveMQ through http://activemq.apache.org/jms-streams.html Jms Streams . And I stop the sending process when the data is still being sent..however, the messages which have been sent are still in the destination queue. What I want to know is how to delete those messages