Dear colleagues, 

I am new to Seam and currently most of all interested in JMS subscription from 
Seam/AJAX web-page. I have successfully set up a simple JMS client with Seam 
(according to documentation), that is subscribed to topic and doing alert('Got 
the message'). 
Now I need to process ObjectMessage. The Java object in my JMS message is 
Properties. I need to extract keys-values from this Properties and make them 
available in JavaScript on my page. 
Could anyone please provide the instruction how to do that, or relevant chapter 
in Seam documentation ? So far have not found anything except of " use 
message.getObject()" - and nothing about that object. 

Many thanks in advance !

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047623
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to