Re: Non-Persistent Topic not getting messages

2007-02-22 Thread James Strachan
On 2/21/07, GaryG <[EMAIL PROTECTED]> wrote: I have not looked at the JMX stats. For whatever reason, I haven't been able to connect remotely to the broker. Aside from that...Why would a broker kill clients due to inactivity? Some OSes/platforms don't detect a socket death for hours or days;

Re: Memory usage increase after client power failure

2007-02-22 Thread James Strachan
Many thanks for catching this Tom - patch applied in trunk. Eric - do you want to try buiding the 4.2-trunk and seeing if this fixes your issue? http://activemq.apache.org/source.html On 2/22/07, Tom Vijlbrief <[EMAIL PROTECTED]> wrote: Op woensdag 21 februari 2007 21:05, schreef eccrowe: > It

Re: Recover a failed Broker's Journal (by Database of Another Broker)

2007-02-22 Thread James Strachan
On 2/22/07, spiderman2 <[EMAIL PROTECTED]> wrote: I'm looking into clustered HA deployments with zero message loss under one point-of-failure. My best options seem to be: A) Network of Brokers with fast journaling and jdbc persistance Networks of brokers are for store and forward, not for H

Re: JDBC Table Descriptions

2007-02-22 Thread James Strachan
On 2/23/07, James Strachan <[EMAIL PROTECTED]> wrote: On 2/22/07, sparky2708 <[EMAIL PROTECTED]> wrote: > > I saw that but the structure of our organization doesn't allow developers to > create tables. We need the DBA to create the tables first so I need to tell > our DBA what to create. So run

Re: JDBC Table Descriptions

2007-02-22 Thread James Strachan
On 2/22/07, sparky2708 <[EMAIL PROTECTED]> wrote: I saw that but the structure of our organization doesn't allow developers to create tables. We need the DBA to create the tables first so I need to tell our DBA what to create. So run ActiveMQ on a development database so it auto-creates the ta

Re: ActiveMq (JMS) API call Send hangs after certain number of sends.

2007-02-22 Thread James Strachan
I'm not sure - what does the current system state look like in JMX? (How many consumers, what their status is etc) On 2/20/07, suri009 <[EMAIL PROTECTED]> wrote: My Server app is sending 1 to 2MB of data (as java object) every 2-10 seconds to java swing clients using ActiveMq. I have 10 java

Re: Do I have to use Spring Framework to configure virtaul topic

2007-02-22 Thread James Strachan
On 2/20/07, LiXiao2007 <[EMAIL PROTECTED]> wrote: James, Thank you very much for answering my previous question. My next question is whether I can set up filters to virtual topic so the only needed messages are delivered to the physical queues. The default out-of-the-box virtual destinations do

Re: incorrect svn 4.1 tag checkout link

2007-02-22 Thread James Strachan
Thanks for the heads up - I just fixed it. FWIW each page on the site is a wiki page so its easy to change stuff via the edit link at the bottom of each page http://activemq.apache.org/how-does-the-website-work.html On 2/22/07, eccrowe <[EMAIL PROTECTED]> wrote: Just thought someone would like

Re: [Spam: 5.0] Expired Message Listener

2007-02-22 Thread Christopher G. Stach II
manav wrote: > Could someone pease respond back to the posted question? > > We are holding off a release as we cannot get (do not know how to get) > message expiry to work in 4.1. This is critical to a big company using AMQ. > > Any immediate help / suggestion is appreciated. > > Manav > > I

Re: [Spam: 5.0] Expired Message Listener

2007-02-22 Thread Vadim Pesochinsky
I think you can use JMS api, the queue name is "ActiveMQ.DLQ" if I remember correctly. -- View this message in context: http://www.nabble.com/Expired-Message-Listener-tf3270915s2354.html#a9111825 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: [Spam: 5.0] Expired Message Listener

2007-02-22 Thread manav
Could someone pease respond back to the posted question? We are holding off a release as we cannot get (do not know how to get) message expiry to work in 4.1. This is critical to a big company using AMQ. Any immediate help / suggestion is appreciated. Manav manav wrote: > > We recently mig

Recover a failed Broker's Journal (by Database of Another Broker)

2007-02-22 Thread spiderman2
I'm looking into clustered HA deployments with zero message loss under one point-of-failure. My best options seem to be: A) Network of Brokers with fast journaling and jdbc persistance B) JDBC Master Slave BUT, what if broker dies before it writes its batch to the database, but after it comp

Re: [Spam: 5.0] queuePrefetch

2007-02-22 Thread Vadim Pesochinsky
There is no downside unless you are streaming million messages per second. Prefetch 0 means that consumers pulls messages from the queue when they are ready, aka normal behavior. Prefetch > 0 is an optimization, whereby messages are delivered to consumers buffer regardless of wheater or not they a

incorrect svn 4.1 tag checkout link

2007-02-22 Thread eccrowe
Just thought someone would like to know that the following page is referring to the wrong svn tag checkout link for release 4.1. It is still referring to the incubator. http://activemq.apache.org/activemq-410-release.html -- View this message in context: http://www.nabble.com/incorrect-svn-4.1

RE: JDBC Table Descriptions

2007-02-22 Thread sparky2708
I saw that but the structure of our organization doesn't allow developers to create tables. We need the DBA to create the tables first so I need to tell our DBA what to create. Nilantha wrote: > > > You don't need to create any table; once you configure the data source > tables will be generat

RE: JDBC Table Descriptions

2007-02-22 Thread Nilantha Jayalath
You don't need to create any table; once you configure the data source tables will be generated. -Nilantha -Original Message- From: sparky2708 [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2007 11:27 AM To: users@activemq.apache.org Subject: JDBC Table Descriptions Where can

JDBC Table Descriptions

2007-02-22 Thread sparky2708
Where can I find the descriptions of the JDBC tables that I need to create in my database for JDBC persistence? i.e. what tables I need to create, what columns, what types for each column. (I couldn't find the info on the main site) -- View this message in context: http://www.nabble.com/JDBC-Tab

Re: [Spam: 5.0] Re: FileMessage: we would like to contribute

2007-02-22 Thread Aleksi Kallio
I'll move this discussion over to dev@activemq.apache.org as it belongs there... Below I go on sketching how FileMessage might work. As you can see it is still quite sketchy in some parts so all comments and good ideas are welcome. Btw. is FileMessage a good name? In some cases we are not

Exception when running an embedded broker under java 1.4

2007-02-22 Thread osian
Hi all, I am getting the following exception when running ActiveMQ4.1 under java 1.4.2_06 java.lang.NoClassDefFoundError: javax/management/remote/JMXServiceURL at org.apache.activemq.broker.jmx.ManagementContext.createConnector(ManagementContext.java:403) at org.apache.activemq.b

Re: Non-Persistent Topic not getting messages

2007-02-22 Thread GaryG
Last night after it died again, I changed the usageMemory manager settings to 256 MB. It's been up the whole night. For completeness sake, here's the Java process that's running: /usr/java/jdk/bin/java -Xmx512M -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Dderby.system.home=/opt/activemq-