Re: Can someone point me to an example of using a ConsumerEventSource

2009-04-18 Thread Eric-AWL
created ? Is there a way to know this information without trying to send a message on the queue/topic associated with the producer ? Thank you very much for your answers Eric-AWL -- View this message in context: http://www.nabble.com/Can-someone-point-me-to-an-example-of-using-a-ConsumerEventSource

Re: Can someone point me to an example of using a ConsumerEventSource

2009-02-09 Thread darrickc
gt; destination); >> ConsumerListener listener = new SubscriberListener(topic); >> //subscriberListener implements ConsumerListener >> ces.setConsumerListener( listener ); >> >> Am I missing something here? >> -- >> View this message in context: >> http://

Re: Can someone point me to an example of using a ConsumerEventSource

2009-02-09 Thread Dejan Bosanac
ConsumerEventSource ces = new ConsumerEventSource(connection, destination); > ConsumerListener listener = new SubscriberListener(topic); > //subscriberListener implements ConsumerListener > ces.setConsumerListener( listener ); > > Am I missing something here? > -- > View this message in conte

Can someone point me to an example of using a ConsumerEventSource

2009-02-06 Thread darrickc
listener = new SubscriberListener(topic); //subscriberListener implements ConsumerListener ces.setConsumerListener( listener ); Am I missing something here? -- View this message in context: http://www.nabble.com/Can-someone-point-me-to-an-example-of-using-a-ConsumerEventSource-tp21882293p218