Re: Wicket JMS

2010-03-29 Thread Marek Šabo
Hi Jeremy, thanks for reply, I realized AJAX feedback wouldn't be that much of a hassle but integrating Spring in nearly completed project may be. Is there a way to integrate amq wicket without going through Spring? Maybe: filter filter-namesession/filter-name

Re: Wicket JMS

2010-03-29 Thread Uwe Schäfer
Marek Šabo schrieb: ...and then I would need some logic to read queue (here is where my understanding of broker api runs out) during those AjaxUpdates. just for the record: we´re using hornetq (used to be activemq) with guice without being tied to the requestcycle. cu uwe

Re: Wicket JMS

2010-03-29 Thread Marek Šabo
On 03/29/2010 12:48 PM, Uwe Schäfer wrote: just for the record: we´re using hornetq (used to be activemq) with guice without being tied to the requestcycle. Hi, I'm using guice as well, could you probably post some example or at least hint on what to inject and how to receive message in wicket?