Mayby the same reason as for the bug
https://issues.apache.org/activemq/browse/AMQ-1702 ??
(Not releasing statements in the DB-Lock. It's fixed in 5.2-SNAP)
martin
-Ursprüngliche Nachricht-
Von: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 15. Mai 2008 20:37
You'll find it in the .../lib/optional/activemq-rar-4.1.1.rar file.
Joe
/U wrote:
>
>
> I do not find activemq-ra.jar in the 4.1.1 distribution.
> This is needed for using Jencks. Can someone send
> me a pointer to this artifact?
>
> Regards
>
> /Ur
>
>
--
View this message in contex
I do not find activemq-ra.jar in the 4.1.1 distribution.
This is needed for using Jencks. Can someone send
me a pointer to this artifact?
Regards
/Ur
Hello,
Is there any reason why IConnection interface doesn't have IsStarted
property? So it is not possible now to determine if connection was
already established in implementation-independent way.
--
Oleg
Hi Filip
Can you give more details about the broker plugin filter?
I also need to create policy entry for temporary topics.
Thanks for your help & time.
Badri
Filip Hanik - Dev Lists wrote:
>
> I couldn't get that to work properly, I even tried topic="ID>" since
> that was the prefix, and di
Thanks!!
I am running my test in debug mode and TogetherJ is the IDE.
My test stopped crashing but I was getting java heap space error instead.
It was because I was not closing the producer and the session as my sample
creates the producer for each publish request.
Once i fixed the issue, I was
We are using ActiveMQ for parallel processing - Some of parallelism achieved
through JMS Listeners and some through multiple threads.
While running the application after some time - we were always getting "Out
of Memory" Error
On profiling we notice a high number of threads being spawned and not
With slave running, I get the following in the master
ERROR MasterBroker - Slave Failed
java.lang.ClassCastException: org.apache.activemq.broker.region.Topic cannot
be cast to org.apache.activemq.broker.region.Queue
at
org.apache.activemq.broker.region.QueueSubscription.
I couldn't get that to work properly, I even tried topic="ID>" since
that was the prefix, and didn't work either.
I worked around the problem by creating a broker plugin filter, and
doing my operations in there
Filip
Hiram Chirino wrote:
I guess you want an entry for all topics or all queues
Hi
I have 1 question about configuring policy entry for non-durable topics for
multiple consumers.
I have 5 components in my application (residing on servers
Hi Odilon,
Thanks for submitting the patch. I applied the changes you submitted.
Would you get the latest and check to make sure everything works OK for you.
Also, if you can submit future patches as an attachment, that would be
preferred. The e-mail system messed up the wrapping of the patch l
I was able to avoid this problem by making the connection parameter
consistent on both broker's activemq.xml and my client connection uri
In activemq.xml, I was using "localhost" in transportConnectors uri's, where
as in the client connection uri, I was using the IP address of my localhost.
Some
On Mon, May 19, 2008 at 12:50 PM, j0llyr0g3r
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> i would like to join the IRC-channel, but unfortunately company's security
> policy doesn't allow IRC-traffic.
>
> I tried via mibbit.com (web-based IRC-client), but no luck so far.
>
> Could it be that your IRC-Se
Hi,
i would like to join the IRC-channel, but unfortunately company's security
policy doesn't allow IRC-traffic.
I tried via mibbit.com (web-based IRC-client), but no luck so far.
Could it be that your IRC-Server is not accessible via public IRC-servers
like irc.freenode.net?
--
View this mes
Dear all
In ActiveMQ 5.1.0 (Windows distribution) I have uncommented the commandAgent
configuration so that it reads
http://activemq.apache.org/schema/core";
brokerUrl="vm://localhost"/>
However, I cannot send commands to ActiveMQ using the STOMP protocol. I have
included the exception message
Oleg Deribas-5 wrote:
>
>
> I'm tried to connect to activemq 5.1, but it doesn't look right. Here is
> screenshot:
>
> http://img212.imageshack.us/my.php?image=betamqjf6.png
>
> There was not error messages, and I've uncommented commandAgent line in
> activemq config file.
>
> --
> Oleg
Forgot to ask this in my previous post...after the connection is restablished
will the broker be able to continue without a restart or will we need to
restart the broker every time there is a network issue like this?
thanks
jaya
jaya_srini wrote:
>
> Hello
>
> We are using ActiveMQ 5.0.0 and
essentially, it's more of a tuning thingy then a memory leak, if one
needs that many topics/queues, then not running with the dedicated task
runner sounds like the solution,
Filip
Filip Hanik - Dev Lists wrote:
so it seems there are two OOME problems
either you hit java heap space error, or
that's inside the JVM, the thread causing the crash is "VMThread".
turn off the debugger in the JVM
ie, remove the line
-agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:1679
and try again
Filip
sk123 wrote:
Hi,
I am using Active MQ 5.1. My test is to send 4000 event in a min
so it seems there are two OOME problems
either you hit java heap space error, or if you have increased your -Xmx
very high, you'll run into OOME caused by not enough mem for the number
of threads it tries to create.
the two errors are directly related to each other, increasing -Xmx (java
hea
Hello
We are using ActiveMQ 5.0.0 and the JDBCPersistenceAdapter. From time to
time we see the following message in the logs
[Q Cleanup Timer] WARN JDBCPersistenceAdapter - Old message cleanup
failed due to: com.jnetdirect.jsql.x: DBComms.transmit
exception:[java.net.SocketException: C
I'm guessing something somewhere is adding JMS 1.0.2b to the classpath
first. (e.g. a big honking J2EE jar or something?)
2008/5/19 siebelcrmdeveloper <[EMAIL PROTECTED]>:
>
> Hi Hiram,
>
> We are using JMS 1.1 jars.
> Here are details
>
> File Names:
>
> JMS.jar (Size - 25.3 KB (25,998 b
Hi Hiram,
We are using JMS 1.1 jars.
Here are details
File Names:
JMS.jar (Size - 25.3 KB (25,998 bytes), Modified - 4/30/2008 1.54
PM)
javax.jms.jar(Size - 25.9 KB (26,583 bytes), Modified - 4/30/2008 1.54
PM)
Please help.
Many Thanks.
Hiram Chirino wrote:
>
> you sure you
I did some more experimentation defining a Camel JMS Component:
...
...
My route:
...
...
Seems to work nice but I'm getting the following exception:
org.springframework.jms.JmsSecurityException:
Ok, thanks a lot! Will keep an eye on it.
Steven.
-Original Message-
From: Rob Davies [mailto:[EMAIL PROTECTED]
Sent: maandag 19 mei 2008 15:46
To: users@activemq.apache.org
Subject: Re: Expired messages
No - this one https://issues.apache.org/activemq/browse/AMQ-1112
Will get round to
Hi,
I have exactly the same problem and stack trace when using ActiveMQ 5.0.0
The applet runs perfectly first time and I am cleaning up my resources
correctly when the applet is destroyed. Subsequently loading the applet
within the same browser session causes the problem described below. If th
No - this one https://issues.apache.org/activemq/browse/AMQ-1112
Will get round to it when i get a chance
On 19 May 2008, at 14:32, Steven Van Loon wrote:
I assume you are referring to this one?
https://issues.apache.org/activemq/browse/SM-872
Any chance for it to be implemented soon?
-O
I assume you are referring to this one?
https://issues.apache.org/activemq/browse/SM-872
Any chance for it to be implemented soon?
-Original Message-
From: Rob Davies [mailto:[EMAIL PROTECTED]
Sent: maandag 19 mei 2008 13:39
To: users@activemq.apache.org
Subject: Re: Expired messages
A
Ah - penny drops - I see what you mean now. There's an outstanding
enhancement (can't get access to jira at the moment) - to optionally
allow for messages to actively be expired from in-flight or from the
store instead of waiting for message consumption to trigger the
expiration - you'll ha
Still no success on this one...
I was able to create the following small testcase.
First, make sure DLQ are enabled in the activemq.xml configuration file:
(I use individual DLQ's only for simplicity, same results with a shared
DLQ)
When I run the test with CREATE_CONSUMER =
Here is my file. I basically took some examples from the example server
mentioned above ... a have one client connected to it that sends messages
and another client that receives them.
Then I out the third one just for teseting purposes, that should tell me if
there are any consumers. But there'
Hi,
I'm still getting the same Exception (javax.jms.IllegalStateException:
MQJMS1112: JMS1.1 Invalid operation for domain specific object) by only
specifying the factory bean in activemq.xml:
Does anyone know what I'm missing.
Cheers,
Martin
martyman wrote:
>
> Hi guys,
>
>
I am using activemq 4.0 with jdbc persistance. Now I want to migrate to
version 5.0.
My database contains messages. I would like to have the same messages in
AMQ after upgrade. As a last resort I could start both brokers (4 and 5) and
copy messages (consume from 4 and produce to 5) - but that wou
Hi Aaron,
Thanks for your reply. I tried running our configuration at home (not using
your test class), but unable to reproduce. Only thing I can think that's
different is the OS. We use CentOS at work and I was running on Windows at
home. But it doesn't make sense since ActiveMQ seems to be
34 matches
Mail list logo