Hi Albert,
if you get a chance - could you try with the latest from SVN - to see
if you still have the issue with Kaha ?
cheers,
Rob
On 17 Feb 2007, at 01:36, Albert Strasheim wrote:
Hey Rob
Most attempts to reproduce this issue has run me into hangs on
UsageManager.waitForSpace. With
why is conduitSubscriptions false ?
On 17 Feb 2007, at 01:48, naga007 wrote:
I have complex application which has a producer and multiple consumers
consuming messages from a Queue. The application runs on two different
servers connects to a activeMQ broker which has demand forwarding
bridge
ah - ok - there's some tweaks going in to the usage manager at the
moment, which should result in behavior hopefully closer to what you
want
I'll give you a heads up when they're done
cheers,
Rob
On 17 Feb 2007, at 01:36, Albert Strasheim wrote:
Hey Rob
Most attempts to reproduce this i
to add more, the server stop without any exception...
--
View this message in context:
http://www.nabble.com/I-can%E2%80%99t-receive-more-than-2-messages-simultaneously-with-DefaultMessageListenerContainer-tf3241539s2354.html#a9016908
Sent from the ActiveMQ - User mailing list archive at Nabble.
Thanks for all the help, but it doesnt help me solve the issue. I use a
version of AMQ bundled along with Geronimo 1.1 release.
Suchitha Koneru (sukoneru) wrote:
>
> I am using activemq-core-4.0.1.jar . Please change the version and see
> if you still find the issue of Messages not getting con
sorry for the bare explanation.
I have a listener (in the server side) who receive request for send files
(Streams):
public class RequestUpdateListener implements SessionAwareMessageListener {
private JmsTemplate jmsTemplate;
private String fileUpdateLocation;
I have complex application which has a producer and multiple consumers
consuming messages from a Queue. The application runs on two different
servers connects to a activeMQ broker which has demand forwarding bridge to
another activeMQ broker running on a different server. When running a simple
loa
Hey Rob
Most attempts to reproduce this issue has run me into hangs on
UsageManager.waitForSpace. With the code as it is currently it is very hard
to reproduce the Kaha problems without running into UsageManager problems.
Maybe if we can do something about AMQ-1148 (and the issues that might
You need to give more info since it is not clear what you are trying to do.
The Listener Container you have configured will start 50 threads all waiting
to consume messages.
Give more info and I will be happy to help.
cafe wrote:
>
> I have an app where I’m using spring 2.0 and activeMQ4.1.0.
I am using the defualt install of activeMQ 4.1.0
I've turned off persistence and increased memory-manager setting to 500MB
I've also updated the startup script so that the java heap can increase to
1G of memory if required
The messaging layer of my app is simple. The client creates a temp queue o
I wonder if there's a way you could produce a junit test case - to
help narrow down the problem ?
cheers,
Rob
On 15 Feb 2007, at 20:01, Albert Strasheim wrote:
I reported the same (or a very similar) issue here:
https://issues.apache.org/activemq/browse/AMQ-1082
Maybe you could add some pe
Greetings,
We are utilizing a client/server (hub/spoke) topic implementation with
ActiveMQ-4.0-RC2 and have noticed a repeatable memory usage increase
reported by the UsageManager when a "SocketException: Broken pipe" error
occurs within the AbstractConnection.Transport. This has been repeatable
I figured that most people here use Java so I am attaching a java example of
message mis-ordering. c++ api uses stomp, java uses openwire - still same
problem. it appears that every now and then one message gets ahead of the
others. to recap : non-durable topic, one publisher, one subscriber.
apparently it's a bug. http://issues.apache.org/activemq/browse/AMQ-729
http://issues.apache.org/activemq/browse/AMQ-729
thank u all
Iakov wrote:
>
> Hello,
>
> I am a new ActiveMQ user and came across an issue. it is my understanding
> that the message order in the below setup should be p
Don't have much more data at this point, but what is troubling is that
regardless of the state of the broker when the hang starts, when we
notice the hang the broker is inevitably working fine and accepting
connections. To work around this we're going to try putting our code
that establishes the c
I have an app where I’m using spring 2.0 and activeMQ4.1.0. In this app I
need to process many message and send files to another queue, all this
simultaneously, so I have configured a DefaultMessageListenerContainer in
this way:
Hi Terys ...
I'm got the same problem configuring my log4j.properties with activemq
appender, this is my log config:
log4j.appender.A1=org.apache.activemq.util.JmsLogAppender
log4j.appender.A1.uri=tcp://localhost:61616
i don't know why!!!
Thanx!
On 2/15/07, teryz <[EMAIL PROTECTED]> wrote:
Could you pl point me to a basic configuration setting up
store-forward between two peer brokers?
Regards,
/U
-- Original message --
From: "James Strachan" <[EMAIL PROTECTED]>
> On 2/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> >
> > I run two Tomc
On 2/16/07, LiXiao2007 <[EMAIL PROTECTED]> wrote:
If I have several durable subscribers of a topic and one of them is down,
I would like to know if a lot of undelivered messages to that durable
subscriber will have big performance impact on the delivery of the messages
to other active subscr
If I have several durable subscribers of a topic and one of them is down,
I would like to know if a lot of undelivered messages to that durable
subscriber will have big performance impact on the delivery of the messages
to other active subscribers.
Thanks!
--
View this message in context:
Hello,
I am a new ActiveMQ user and came across an issue. it is my understanding
that the message order in the below setup should be preserved:
one topic (not a queue)
one producer
one consumer
I am seeing that the order is _not_ preserved. Am i wrong to expect the
correct order? in all the mes
On 2/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I run two Tomcat instances and run an embedded broker in each Tomcat.
In each instance of Tomat, there will be a number of consumers and producers.
I would like the two brokers to forwards messages to each other so that
the two create a v
I run two Tomcat instances and run an embedded broker in each Tomcat.
In each instance of Tomat, there will be a number of consumers and producers.
I would like the two brokers to forwards messages to each other so that
the two create a virtual party line of messages where a producer may
communi
On 2/15/07, Rob Bugh <[EMAIL PROTECTED]> wrote:
Hello All,
Is this the forum to ask How-To questons with regards to deploying
ActiveMQ in a given topology?
Sure!
My topology
--
In a nutshell, I have several datacenters that need certain data to be kept
in sync. One datacenter
Here is what I did so far
when I ran the configure command it gave the following error
checking for pthread_create in -lpthread... no
configure: error: libpthread not found!
I queried for it using rpm -qa | grep libp
Here is the output
glibc-utils-2.3.2-95.37
glibc-devel-2.3.2-95.37
glibc-commo
Any thoughts on this? The code to reproduce the issue is pretty
straightforward:
ActiveMQTopic topic = new ActiveMQTopic("test");
PooledConnectionFactory pcf = new PooledConnectionFactory();
pcf.setConnectionFactory(new
ActiveMQConnectionFactory("
Hello all
- Original Message -
From: "cronos" <[EMAIL PROTECTED]>
To:
Sent: Friday, February 16, 2007 1:56 PM
Subject: JConsole Problem
Hello,
We have installed activemq 4.1.0 (binary) on our virtual server running
J2SE
5.0 update 8. We
have been trying to get jconsole to connec
Hello,
We have installed activemq 4.1.0 (binary) on our virtual server running J2SE
5.0 update 8. We
have been trying to get jconsole to connect remotely to monitor the broker
without much success.
I am looking for somebody with more JMX expertise than i have to sort out
the problem for a
fee. Pl
Hi
it seems somehow related but you say your data file was deleted,
whereas mine is definitely there.
Somehow the DataManagerImpl.fileMap doesn't contain data-kaha-2,
even if looking at the code
public DataManagerImpl(File dir, final String name){
this.dir=dir;
this.name=n
29 matches
Mail list logo