Urgen: ActiveMQ 5.1 memory usage keeps increasing on linux(JVM1.5)

2009-11-02 Thread Websphere and ActiveMQ
Hi, I started to use ActiveMQ to replace IBM MQ. My working environmeng is Websphere, JVM1.5_11 and ActiveMQ, use pure java application to send/receive message to ActiveMQ(the other end is j2ee application). now my problem is that we can monitor ActiveMQ's memory usage keeping increasing everyday

Re: I can not start activemq on Red hat Linux 64 bits computer, looks like can not found log4j......

2009-06-29 Thread Websphere and ActiveMQ
No, I didn't. sorry. I switched to 32 bits linux zfbrad wrote: > > Did you figure out what was going on here? I'm running OSX and I have the > same exception. Seems to not be able to find log4j even though it's in the > activemq directory. > > > Webs

Another about activeMQ setting question, thanks

2009-06-04 Thread Websphere and ActiveMQ
Hi, I am confusing that what's different between ActiveMQ and JMS Client configuration. such as: In client side, I configured failover:(tcp://localhost:616161) in Websphere console However, I found that somebody configure it in activemq.xml file, transportConnection secion. What I want to know

About Socket close questions,

2009-06-04 Thread Websphere and ActiveMQ
Hi, Right Now I had the following problem/question, please help me, When I use Pure Java client to send/receive message to/from ActiveMQ, I use "Watch 'netstat -lpan|grep 61616" command to monitor tcp connections, I found there is always time_wait or close_wait socket after jms client closed con

Re: Message can not be sent to queue because of some reason

2009-06-03 Thread Websphere and ActiveMQ
Thanks Tim, I will try it. Timothy Bish wrote: > > On Wed, 2009-06-03 at 13:34 -0700, Websphere and ActiveMQ wrote: >> Hi everyone, >> >> I have the question about sending message to queue. >> >> The situation is that >> >> I have many

Message can not be sent to queue because of some reason

2009-06-03 Thread Websphere and ActiveMQ
Hi everyone, I have the question about sending message to queue. The situation is that I have many different JMS clients(Java, MDB) to connect to a ActiveMQ. At the beginning, everything works correctly, but after many times sending/receiving messages between clients, my a client can not send m

Another question about multiple message for one selector??

2009-05-27 Thread Websphere and ActiveMQ
I have another problem using ActiveMQ. the situation is that J2EE applicatioin sends message to ActiveMQ queue, when I sent it, there is a property set, such as terminal = 2. so when I run Java Client to receive message, if the Java Client is terminal 2, it will only receive message for itself.

Re: Now another problem appears

2009-05-27 Thread Websphere and ActiveMQ
add a small timeout to give the > broker > a chance to see your subscription, like receive(500). The MDB probably > uses > a message listener, you could use that approach in your java client also. > > > 2009/5/26 Websphere and ActiveMQ > >> >> Right now I can

Re: Now another problem appears

2009-05-27 Thread Websphere and ActiveMQ
mer.receive(), add a small timeout to give the > broker > a chance to see your subscription, like receive(500). The MDB probably > uses > a message listener, you could use that approach in your java client also. > > > 2009/5/26 Websphere and ActiveMQ > >> >> R

Now another problem appears

2009-05-26 Thread Websphere and ActiveMQ
Right now I can receive message from ActiveMQ on linux by Java Client, but I have to run java client many many times, then I can receive the message. However, J2EE MDB hasn't this problem, every times I use Java client to send message, it can receive message on time. I use default setting for Ac

Re: Anyone knows how to configure ActiveMQ?

2009-05-26 Thread Websphere and ActiveMQ
that the message processing is subject to some kind of > transaction inside your app Server? > In that case the message is only available to consumers when the > transaction has been committed. > > HTH > Andreas > > > On May 25, 2009, at 4:57 PM, Websphere a

Anyone knows how to configure ActiveMQ?

2009-05-25 Thread Websphere and ActiveMQ
I have configure ActiveMQ on Websphere successfully, and it works. Now I have some issues. My environment is that I have J2EE MDB and Pure Java Application to use ActiveMQ(Queue). everytime, when I use Java client to send message to ActiveMQ, J2EE MDB can receive message right awary and process

I became crazy about ActiveMQ

2009-05-14 Thread Websphere and ActiveMQ
I executed ActiveMQ on windows, everything is ok, I used both JMS client and Message Bean. both worked. But when I ran ActiveMQ linux version on Linux(Redhat), Message Bean worked , however my JMS client only can send Message to Queue, can not receive message, does anybody know the reason? -- Vi

Re: I can not start activemq on Red hat Linux 64 bits computer, looks like can not found log4j......

2009-05-13 Thread Websphere and ActiveMQ
Yes. log4j jar file is there. bsnyder wrote: > > On Tue, May 12, 2009 at 2:42 PM, Websphere and ActiveMQ > wrote: >> >> [r...@cardisdev2 apache-activemq-5.2.0]# ./bin/activemq >> ACTIVEMQ_HOME: /opt/apache-activemq-5.2.0 >> ACTIVEMQ_BASE: /opt/apache-activem

I can not start activemq on Red hat Linux 64 bits computer, looks like can not found log4j......

2009-05-12 Thread Websphere and ActiveMQ
[r...@cardisdev2 apache-activemq-5.2.0]# ./bin/activemq ACTIVEMQ_HOME: /opt/apache-activemq-5.2.0 ACTIVEMQ_BASE: /opt/apache-activemq-5.2.0 Loading message broker from: xbean:activemq.xml ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: java.io.IOException: Could not load

Some questions, Please help

2009-04-30 Thread Websphere and ActiveMQ
Today I have configured ActiveMQ and Websphere successfully, also I can send message by my Application. Note: I use JMS API to send/receive message. Now I have following questions. 1. After I sent message successfully, login http://localhost:8161/admin/queues.jsp, I can see there are 2 columns, o

Re: Please help:Again about ActiveMQ intigration with Websphere 6.1

2009-04-30 Thread Websphere and ActiveMQ
the top of my head, > but that > should be easy to find in the docs. You can either use a management GUI > to define those objects or use a small program, that creates the > ActiveMQ objects > on the fly and stores them in WebSphere JNDI. > > Hope that helps > Andreas >

Please help:Again about ActiveMQ intigration with Websphere 6.1

2009-04-27 Thread Websphere and ActiveMQ
I have already configurated ActiveMQ in Websphere 6.1 as someone described here, but when I re-started websphere, the following error is appeared: ### error ## Content: JndiLookupInfo: jndiName="MyReceiveQueue"; providerURL="tcp://localhost:61616"; initialContextFactory="org.apache.ac