Filtering via Selectors client side or broker side?

2007-07-18 Thread Raffaele
eally does all the necessary filtering before sending the messages and so the client receives really only the messages it wanted? Thanks in advance, best regards. Raffaele -- View this message in context: http://www.nabble.com/Filtering-via-Selectors-client-side-or-broker-side--tf4103564s2354

Re: Msg with timeout sent to a non durable consumer

2007-07-18 Thread Raffaele
iveMQ :-( ? Thanks, regards! Raffaele rajdavies wrote: > > This is possible - ActiveMQ can cache messages for retroactive > consumers - see http://activemq.apache.org/retroactive-consumer.html > > cheers, > > Rob Davies > 'Go further faster with Apache Camel

Msg with timeout sent to a non durable consumer

2007-07-18 Thread Raffaele
le to receive the messages which are yet "live" because their timeout isn't yet expired. In your opinion is it possible? Thanks in advance, best regards. Raffaele Gambelli -- View this message in context: http://www.nabble.com/Msg-with-timeout-sent-to-a-non-durable-consumer

Re: setDeleteAllMessagesOnStartup(true) and MySql

2007-06-11 Thread Raffaele
lMessagesOnStartup(true) on startup or have I to use specific SQL delete statement on activemq DB? Thanks and best regards. Raffaele James.Strachan wrote: > > Just out of interest, why would you want to use persistence with > MySQL, then delete messages on startup? Sounds like you'

setDeleteAllMessagesOnStartup(true) and MySql

2007-06-11 Thread Raffaele
xception e) { JDBCPersistenceAdapter.log("JDBC Failure: ",e); throw IOExceptionSupport.create(e); } finally { c.close(); } } Any hint? Best regards, Raffaele -- View this message in context: http://www.nabble.com/setDeleteAllMessagesOnStartup%28true%29-and-MySql

Re: Embedded Broker - configuration via Java

2007-06-11 Thread Raffaele
est class about persistence configuration of a BrokerService? I looked for it in test folder of activemq-core project but I didn't find it. Best regards. Raffaele P.S.: Documentation should have the highest priority, especially in open projects very useful like this. Raffaele wrote:

Re: Embedded Broker - configuration via Java

2007-06-08 Thread Raffaele
I'm sorry but I need more help to configure from Java an embedded broker... In particular I 'm not able to set persitence in MySql, in fact when I launch my example (that you can found after this message) I cannot see messages in tables... And, if I delete the three tables, my code don't reacreat

Re: Embedded Broker - configuration via Java

2007-06-08 Thread Raffaele
James.Strachan wrote: > > I meant to disable JMX not JMS :) > Eheheh, with disabling JMS we go all at home... Ok, thanks, it was that I started the embeddedbroker with jdk 1.4, and so the solution was to set useJMX to false, thanks again. Best regards Raffaele -- View this m

Embedded Broker - configuration via Java

2007-06-08 Thread Raffaele
nfluence where it is explained how to configure a broker ALL using only Java without any xml and without Spring? Thanks, best regards. Raffaele -- View this message in context: http://www.nabble.com/Embedded-Broker---configuration-via-Java-tf3888599s2354.html#a11023134 Sent from the ActiveMQ

QueueBrowser

2007-06-07 Thread Raffaele
same doc of javax.jms.QueueBrowserwell ActiveMQ how manages those situations? Thanks, best regards. Raffaele -- View this message in context: http://www.nabble.com/QueueBrowser-tf3883023s2354.html#a11005385 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: how find a queue?

2007-06-06 Thread Raffaele
or the FAQ link in the other reply, I have understanded that I can use createQueue without problems. Best regards jlim wrote: > > Hi Raffaele, > Just out of curiosity , what would you be doing with the Queue object? > If you already know the name of an existing queue

Re: how find a queue?

2007-06-06 Thread Raffaele
retrieving already existing Queue based on its name. Perhaps am I wrong? Best regards, Raffaele jlim wrote: > > Hi, > > If you just want to get the handle of a queue object based on its name I > think you can use the Session.createQueue(String queueName) method. >

how find a queue?

2007-06-05 Thread Raffaele
.html#getQueue(java.lang.String,%20java.lang.String) In ActiveMQ does it exist analogous method? Best regards and thanks, Raffaele -- View this message in context: http://www.nabble.com/how-find-a-queue--tf3872540s2354.html#a10972130 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: The transport is not running

2007-05-31 Thread Raffaele
how it takes to empty the queue. - I had the exception (the same as osian) after 2404 messages consumed. What could it be? Thanks in advance, best regards Raffaele P.S.: What is happen if using journal and I kill activeMq, are messages lost forever? http://www.nabble.com/file/p10893926/Pr