The title pretty much says it all. Right now I have a client sending to a queue and an
EJB which should listen to the queue and print a message upon receipt.
We know the client is correct, because I print out the queue name after sending the message, and it has the name (not jndi name, but just the "human usable" name) returning from the queue's getName() method--so it's clearly finding the right queue on the server.
We also know that the EJB has the correct queue, because I first tried to deploy the EJB with the wrong queue name and got an error at deployment time.
This seems to be a problem with some server settings. The client sends the message ok, and then I get the error notice in the server log.
Server: WebLogic 7.0, Win2000 SP2
Client/IDE: JBuilder 8.0 Enterprise, Win2000 SP3
--Mark
[ December 19, 2002: Message edited by: Mark Herschberg ]