I would like to add a header property prior to messages being inserted into a jms queue. The problem is that I do not have control over the client application. Is there any way on the server side to recieve the jms message from the client, run some code to add the property, and then continue to insert the message in the queue?
What I am really trying to accomplish, is to get the username for the user that sent a message into a queue at the time that is is recieved by the queue listener on the other side. My solution is to add a username string property to the header. If there is a better way to do this , I have not been able to find it. Any help is appreciated. Jeff View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837115#3837115 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837115 ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
