I use JBoss out of the box (except one topic and one queue configured). 
I have an application that uses JBoss MQ in a variety of configurations and 
platforms.  I've never had a problem like this before.

I shutdown my application and am using a modified SimpleQueueSender and 
SimpleQueueReceiver from the Sun JMS tutorial pages in order to isolate the 
problem.

My configuration is two WIN2k servers (server and client).
JDK 1.4 Sun on both servers.
Same problem with JBoss versions 3.2.3 and 3.2.6.

Scenario:

Same JMS client code is running on the server (A) and client (B) machines.

The problem I originally noticed was with ObjectMessages, but my client creates 
one text message and one object message and posts both of them.  

The text message is simple "This is message 1" and the object message is a 
trivial object, the message has one text property which is less than 20 
charaters long.

Client(A) posts messages to a queue.
Client(B) can read both messages.

Server client posts messages to a queue.
Client client can read text message, but not object message.

No errors are reported on either the client or server.  I have turned on 
tracing on the client and still see no errors.

The relevant client code looks like:

Message msg = queueReceiver.receive(1);

and the msg is showing up null when the message is an ObjectMessage.

I have the queue session set up for CLIENT_ACKNOWLEDGE, but even though I do 
not ack the message, the QUEUE_DEPTH is decremented in the jmx console on the 
server when I run it.

I have tried using (default) UIL2 invocation layer and also HTTP - with same 
results.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863743#3863743

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863743


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to