On 16/11/2007, Robert Ginda <[EMAIL PROTECTED]> wrote:
> I'm ok with starting and stopping consumers when the selector changes.
> Can you elaborate on what you mean by binding the consumers to the
> POJOs?
In camel you can write POJOs like this...
public class MyService {
@MessageDriven(uri="
I'm ok with starting and stopping consumers when the selector changes.
Can you elaborate on what you mean by binding the consumers to the
POJOs?
Rob.
On Nov 16, 2007 1:02 AM, James Strachan <[EMAIL PROTECTED]> wrote:
>
> On 16/11/2007, Robert Ginda <[EMAIL PROTECTED]> wrote:
> > Hi. I'm using
On 16/11/2007, Robert Ginda <[EMAIL PROTECTED]> wrote:
> Hi. I'm using AMQ for my first time on a new project, and I could use
> a little guidance.
>
> I'm recording events off of a queue using a message group, and would
> like to fan the message out to other consumers on the same java
> thread.