"jgc195" wrote : Sorry - I'm obviously being stupid and missing something obvious but... | .... | | Or are they hard coded into an implementation of the Receivers interface? Of is this something to do with the DestinationManager? | | Apologies in advance if this is a really really stupid question... | | Jason
The creation of list takes place on runtime. The ReceiverImpl class (implements the Receivers interface) has a method: void add(Subscription sub); Correct me if I'm wrong, but I suspect this method gets called when the consumer registers itself onto the server. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866996#3866996 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866996 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
