[jboss-user] [JBoss Seam] - Re: Seam Remoting und JMS Topic subscription questions.

sbryzak2 do-not-reply at jboss.com
Wed Oct 11 07:32:40 EDT 2006


The code for dealing with stale subscriptions is a little messy at the moment.  However to deal with your immediate issue, if you can somehow pass your subscription token to the next page (with a hidden field or something) then you can manually insert your subscription into the registry like this:


  |   Seam.Remoting.subscriptionRegistry.push({topic:topicName, callback:callback, token:token});
  | 

Then simply call Seam.Remoting.poll() to kick off the polling process. 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977499



More information about the jboss-user mailing list