hi,
I'm trying to deploy web console in tomcat without support from jetty or
jdbc. but I'm getting several errors.
I have try out build activemq src using maven. not work.
please upload fully working activemq-web-console.war for tomcat.
thanks,
Daan.
--
View this message in context:
http://www.
Are you using failover for the clients?
http://activemq.apache.org/failover-transport-reference.html
[EMAIL PROTECTED] wrote:
Env: Jre: 1.6, Activemq 4.1.1:
I am connecting two machines A and B using external brokers as follows:
Machine A:
External broker at 61616
Tcp Network conne
As far as I know, retroactive consumers only applies to topics. For
queues, you should get all messages whether the consumer is online or
offline. The example in the documentation could be wrong.
Andrew M wrote:
Aaron,
My original producer and consumer code are at the bottom of the msg. Note
Env: Jre: 1.6, Activemq 4.1.1:
I am connecting two machines A and B using external brokers as follows:
Machine A:
External broker at 61616
Tcp Network connector to B
Configuration:
Machine B: (symmetric to A):
External broker
I need some help using ./configure --with-cppunit-prefix and
--with-cppunit-exec-prefix because our CPPUnit is installed in a
non-standard way...Can someone tell me what these two prefixes are supposed
to be pointing at to work with /.configure. I've tried several different
things, but I haven't
I've memory leaks with 1.6.0.4 (64bit on debian linux and activemq
5.0/fuse 5.0.0.8). I'm not able to reproduce it on my testing platforms,
but I can supply a heap-dump of the activemq-instance that is actually
having a continuously growing heap.
Or am I just looking at a different kind of hea
Are you sure destName doesn't already have some "?options" in it? Are
you sure no other consumer gets the messages off the queue before your
retroactive consumer? Are you sure you shouldn't set the message
listener on the message consumer before registering it as a consumer?
Thanks,
Aaron
Aaron,
My original producer and consumer code are at the bottom of the msg. Note
the subscribe method appends retroactive=true.
Thanks for any suggestions you may have..
Andrew
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron
Mulder
Sent: Tuesday,
they are reported in ms
On 18 Mar 2008, at 15:52, gmui wrote:
Hi,
I'm interested in looking at the performance stats available for
queues
(min, max, avg. enqueue times) and was wondering what the scale
was. I saw
in the source code that they are represented as longs. Are they
reported i
yes - just try and login - it will ask you to register
On 18 Mar 2008, at 15:51, Michal Singer wrote:
I have no permissions. How can i add a jira?
rajdavies wrote:
could you raise a jira with a test case please ? - it would make it a
lot quicker to resolve
On 18 Mar 2008, at 15:26, Michal
Yes its an XML namespace issue.
Either add to your last element the:
xmlns="http://www.springframework.org/schema/beans";
or move the last element nearer the top (before any non-spring
xmlns="..." statements
On 18/03/2008, puska <[EMAIL PROTECTED]> wrote:
>
> Here it is:
>
>
> xmlns="htt
Hi,
I'm interested in looking at the performance stats available for queues
(min, max, avg. enqueue times) and was wondering what the scale was. I saw
in the source code that they are represented as longs. Are they reported in
seconds or milliseconds?
Thanks,
Gary
--
View this message in conte
I have no permissions. How can i add a jira?
rajdavies wrote:
>
> could you raise a jira with a test case please ? - it would make it a
> lot quicker to resolve
> On 18 Mar 2008, at 15:26, Michal Singer wrote:
>
>>
>> Hi.
>> I understand that there are memory leaks when working with jdk1.5
yes. I am using: apache-activemq-5.1-20080311.181016-59.zip
rajdavies wrote:
>
> you tried the very latest snapshot ?
> On 18 Mar 2008, at 11:59, Michal Singer wrote:
>
>>
>> Hi.
>> I use temporary queues in my application. I have bad memory problems.
>> I see that the dequeue pace compared t
Here it is:
http://www.springframework.org/schema/beans";
xmlns:amq="http://activemq.org/config/1.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
ht
could you raise a jira with a test case please ? - it would make it a
lot quicker to resolve
On 18 Mar 2008, at 15:26, Michal Singer wrote:
Hi.
I understand that there are memory leaks when working with jdk1.5 and
activemq 5.X.
There are also memory leaks concerning temp queues usage.
Does t
you tried the very latest snapshot ?
On 18 Mar 2008, at 11:59, Michal Singer wrote:
Hi.
I use temporary queues in my application. I have bad memory problems.
I see that the dequeue pace compared to enqueue pace of messages is
a much
lower pace.
could that cause the memory problems, and does
Hi.
I understand that there are memory leaks when working with jdk1.5 and
activemq 5.X.
There are also memory leaks concerning temp queues usage.
Does this mean that only if i upgrade to jdk1.6 - i can work with activemq
5.X?
Do you have a work around for these problems, when will there be fixe
Do you want to post your example that's *not* working? I last used
retroactive consumers probably 18 months ago, and they worked fine at
that time. I was doing a network of brokers with fail-over, and if I
took one broker down and caused a consumer to fail over, it missed
messages during the fail
Does anyone have an example of how to make a retroactive consumer work?
Thanks,
Andrew
-Original Message-
From: Andrew M [mailto:[EMAIL PROTECTED]
Sent: Friday, March 07, 2008 5:05 PM
To: users@activemq.apache.org
Subject: RE: Retroactive consumer not working...
Does anyone have an exam
Could you show us the complete activemq.xml that doesn't work?
On 18/03/2008, puska <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm using Camel to route messages depending on their content.
> I wrote some java classes and point to their package in camelContext tag:
>
>xmlns="http://activemq.apac
Hi,
I'm using Camel to route messages depending on their content.
I wrote some java classes and point to their package in camelContext tag:
http://activemq.apache.org/camel/schema/spring";>
something.camel
It works fine, but when I activate bridging:
If you're running ActiveMQ on a 1.5 VM, you may have noticed a very slow and
steady memory leak with the broker even when it is sitting idle.
The leak, which is in the VM and not the broker, has been addressed in the
1.6 VM. The culprit is the java.util.concurrent package, and relative to
Active
Hello,
My Setup
- ActiveMQ 5.0.0.0, stand-alone out-of-the-box configuration.
- JDK : Sun jdk1.5.0_14 (broker and Publisher)
- Spring 2.5 Jms Template
- OS : Windows XP SP2
Problem :
I get an OutOfMemory when running a simple PubSub test on ActiveMQ 5.0.0 but
not when
Hi.
I use temporary queues in my application. I have bad memory problems.
I see that the dequeue pace compared to enqueue pace of messages is a much
lower pace.
could that cause the memory problems, and does any one know waht can cause
such a difference, is it a problem with active mq or with the
Hallo,
I am using activemq-maven-plugin for unit testing, I am wandering is there
skip flag for the plugin like surefire or dbunit plugins, so with the
-Dmaven.test.skip=true would prevent the execution of the plugin... Or is it
possible to implement...
Secondly, we have a maven project with sev
Hi,
I have a problem with the information about queues, given by the mbeans.
We are using on of the latest snapshots of activemq5.1
I am doing the following:
1.) start embedded broker
2.) initialize connection and session
3.) init producer to a queue
4.) send messages to queue
5.) consume messa
O.K, thanks for fast answer.
I use retrotranslator with the option -advanced, and it seems to work O.K.
Thanks...
F.Zuriaga
James.Strachan wrote:
>
> On 18/03/2008, elFerZur <[EMAIL PROTECTED]> wrote:
>>
>> Hi, I don't understand this: "ActiveMQ can be run on a Java 1.4.x
>> system,
>
> Wh
2008-03-18 10:20:15,956 [226.40.41:38271] WARN ManagedTransportConnection
- Failed to register MBean:
org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=openwire,Connection=IP_180801XX
2008-03-18 10:21:05,426 [91.249.94:53010] ERROR TransportConnector
-
I also met this situation,and I set a exception listener,when the
exception listener listened this kind of exception.it will redo the sub.
And i also tried setting the maxIn..=0.but it has a bug,i reported it
long time ago.
lurker wrote:
>
> I'm programming some kind of messaging prog
Hi James,
thanks for the reply.
Yes, it works if both clients connect to a standalone broker. It even works
if I have 2 standalone-brokers (store-and-forward interconnect), each of
them connected with a client.
So I guess the conf of my embedded broker (programatically configured) is
incorrect.
On 18/03/2008, elFerZur <[EMAIL PROTECTED]> wrote:
>
> Hi, I don't understand this: "ActiveMQ can be run on a Java 1.4.x system,
Which wiki page did you see that on? Its basically out of date.
> however, Java 1.5 is required to compile/build ActiveMQ". When I try to run
> ActiveMq, I get the
Hi, I don't understand this: "ActiveMQ can be run on a Java 1.4.x system,
however, Java 1.5 is required to compile/build ActiveMQ". When I try to run
ActiveMq, I get the following error:
java.lang.UnsupportedClassVersionError:
org/apache/activemq/jndi/ActiveMQInitialContextFactory (Unsupported
ma
33 matches
Mail list logo