Hi!
I hope someone could help me fixing my pb.
I've created a session bean that send a message in a queue (TaskMessagesQueue):
I've got a MessageDriven Bean that should catch the message (i use a "message selector"):
But it's not working... the message is never catch by the messageDriven bean...
the queue have bean created in
Jboss...
<?xml version="1.0" encoding="UTF-8"?>
I've certainly miss something, but where...
If someone can help me...
Many thanks
ps : I hope I did not make too many mistakes, cause i don't really speak english.