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
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
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
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
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
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
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.
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
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
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
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
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 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
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
[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
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
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
>
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
18 matches
Mail list logo