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;
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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-
20 matches
Mail list logo