Java <-> Rails/ActiveMessaging/FreeBSD

2007-07-27 Thread Ladlestein
Hi all - I have a requirement for asynch messaging between a Java producer (Windows or Linux, not sure which) and a Ruby/Rails/ActiveMessaging consumer, which is on FreeBSD. I expect to use Stomp. I'm reporting what I've found so far, and asking for advice. I've created a prototype and have be

Re: Client Disconnection Bug?

2007-07-27 Thread Tom Samplonius
- "cronos" <[EMAIL PROTECTED]> wrote: ... > It is expected AMQ 4.1.1 behaviour that the client MUST wait until a > message > arrives in the queue > before disconnecting? Any help appreciated. The behavior you are seeing is expected. You should not try to read another Stomp frame if you

ActiveMQ onMessage() callback not async

2007-07-27 Thread sparky2708
I am finding that when I receive messages in my java client that I can only process one request at a time. It seems like the method: onMessage(Message arg) from MessageListener interface doesn't get called asynchronously. Do I need to start a thread in this method to get the async behavior that I

Broker takes long time to start

2007-07-27 Thread Johnny Wang
Hi, I use jboss 4.0.4 + activemq 4.1.1 JDBC Master /slave without Journal framework. I noticed when there are a lot of data , just say 1000 rows in the table "activemq_msgs", the broker will take long time to start up . Could you tell me what the reason is and how to resolve this ? Since i

ActiveMQ peer mode and durable subscriptions

2007-07-27 Thread Jan Stette
I'm currently using ActiveMQ in peer mode with brokers embedded in a number of distributed nodes. I'd like to make messages published on some topics durable, so that they are reliably delivered to subscribers. I am happy with messaging potentially being lost in the case of a restart of the publis

Re: Performance problem - On empty queue sender gets blocked - on filled queue it's OK

2007-07-27 Thread ocoolio
Hey! Well, okay, I see no one likes my questions, so I keep myself busy: I've found out that it is basically a problem with Postgres! As soon as the transaction is commited the ActiveMQ, Broker starts to do INSERTs on Postgres wich takes forever. I think it might be a journal bug, since as I've r

Re: CAMEL: stripping properties from jms endpoint

2007-07-27 Thread James Strachan
On 7/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > sorry for bothering, I have downloaded the lastest snapshot, here it is > working now Sorry about that! We'll try release 1.1 real soon with this fix included. James > Thanks > Karsten > > Karsten Schwarz/IO/Frankfurt/DZ [EMAIL P

Antwort: CAMEL: stripping properties from jms endpoint

2007-07-27 Thread Karsten . Schwarz
Hi, sorry for bothering, I have downloaded the lastest snapshot, here it is working now Thanks Karsten Karsten Schwarz/IO/Frankfurt/DZ [EMAIL PROTECTED] schrieb am 27.07.2007 13:53:42: > Hi, > I am trying to use a jms queue as an endpoint, but unfortunately the > properties for the enpoint con

CAMEL: stripping properties from jms endpoint

2007-07-27 Thread Karsten . Schwarz
Hi, I am trying to use a jms queue as an endpoint, but unfortunately the properties for the enpoint configuration are not stripped from the queue name. So what I am trying to do is following (trying to get the sample up and running: ... context.addRoutes( new RouteBuil

Re: Running ActiveMQ on a single machine

2007-07-27 Thread James Strachan
On 7/27/07, Elber <[EMAIL PROTECTED]> wrote: > > Hi, > > I wanted to run ActiveMQ on a machine which was not connected to a network. > I found that an error was declared (could not find the bean class). What error? http://activemq.apache.org/support.html -- James --- http://macstrac.blogspot

Borrow prepareStatement fro m pool failed (JDBC + Mysql)

2007-07-27 Thread Nydia
I use the JDBC+Mysql for persistent,and the activemq-xml's configure just like the follows(I think has no error): I had crea

Running ActiveMQ on a single machine

2007-07-27 Thread Elber
Hi, I wanted to run ActiveMQ on a machine which was not connected to a network. I found that an error was declared (could not find the bean class). When I've disconnected my initial machine from the network, ActiveMQ failed to start. Should I have an active connection to start ActiveMQ. Thank y