Second attempt at inserting the link:

http://bit.ly/dTOeuM

On 10 mrt, 14:46, Dirk Schuermans <dirkschuerm...@gmail.com> wrote:
> Corey,
>
> I've illustrated what i'm trying to achieve in the following drawing:
>
> /* link removed, will try to add in a minute, google groups being a
> pain */
>
> Client send some sort of general / container message that contains
> details about the actual message it wants to sent out inside the
> system
> Only the storage agent receives general / container messages, parses
> the contents of the message and then attempts to create the type of
> message specified and then store it inside the correct subqueue.
>
> Then a few minutes, hours, days later an agent shows up or gets
> activated and asks to receive messages of type X, then the storage
> controller hands him the messages
>
> The whole idea behind this is to be able to one day decide: "Hey I
> need a new agent!", you write the agent, activate it and it starts
> doing its thing without you having to manually do anything anymore.
>
> Kind regards,
>
> Dirk
>
> On 10 mrt, 14:25, Corey Kaylor <co...@kaylors.net> wrote:
>
>
>
> > The subqueues are hard coded. What problem are you trying to solve by doing
> > this? It sounds like you're trying to share a queue and have multiple
> > readers. RSB is a distributed system where each endpoint reads from its own
> > queue. Subscriptions happen automatically with a push model, not a pull
> > model without you having to set anything like this up. So I'm a bit
> > confused.
>
> > On Thu, Mar 10, 2011 at 3:20 AM, Dirk Schuermans
> > <dirkschuerm...@gmail.com>wrote:
>
> > > Hey everyone,
>
> > > Search didn't yield any results (Or I totally suck at using the
> > > correct keywords) but I'm wondering something.
>
> > > Is it possible to use custom subqueues with RSB, or are those
> > > subqueues hardcoded inside RSB itself?
>
> > > As in
>
> > > QueueName
> > >     subscriptions
> > >     errors
> > >     discarded
>
> > > I'd like to be able to do the following:
>
> > > When I receive a X message type, move it inside the subqueue X.
> > > If i receive an Y message type, move it inside the subqueue Y.
>
> > > Then if any of my subscribers need message of type X or Y, they know
> > > exactly what subqueue to look in.
>
> > > Or is this not possible at all with RSB?
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Rhino Tools Dev" group.
> > > To post to this group, send email to rhino-tools-dev@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > rhino-tools-dev+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/rhino-tools-dev?hl=en.-Tekst uit 
> > >oorspronkelijk bericht niet weergeven -
>
> > - Tekst uit oorspronkelijk bericht weergeven -- Tekst uit oorspronkelijk 
> > bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to rhino-tools-dev@googlegroups.com.
To unsubscribe from this group, send email to 
rhino-tools-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.

Reply via email to