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, one is Messages Sent, another is Messages Received. The message I sent is in Message Sent column, but when I click Browse link, I can not see any message text, Why? 2. When I use pure Java client to receive Message I just sent, I can not receive anything, just null, why?? 3. If I send the same message twice, why ActiveMQ can not remove or override the first one? every time I send the same message, I can see the number of Messages Sent increased 1. Can I configure somewhere to reach it? Till now I have such questions because I use ActiveMQ first time. Please help me, thanks in advance. Derrick -- View this message in context: http://www.nabble.com/Some-questions%2C-Please-help-tp23325248p23325248.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.