Paul Jones wrote:
> Is there any possible way to set the message priority for a message when using a
>QueueRequestor ?
This should be possible like this:
Message msg = ...
msg.setJMSPriority(prio);
queueRequestor.request(msg);
Best regards,
Bjarne.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".