RE: right way to send and receive messages in a BrokerPlugin

2009-08-12 Thread Mats.Henrikson
Hi JLuna, > Since Rob has noted that this as the correct way, would you consider > adding your plugin to the wiki when it is complete? I think others would > find it useful/interesting, including myself. Well, I can't add specifically what I have since unfortunately I've gone down the path of w

Re: right way to send and receive messages in a BrokerPlugin

2009-08-03 Thread Jose Luna
> Sent: Monday, August 3, 2009 5:12:24 PM > Subject: Re: right way to send and receive messages in a BrokerPlugin > > > On 3 Aug 2009, at 20:24, > wrote: > > >> However > >> I'm having some trouble with the new VM broker it starts, so I was > >>

Re: right way to send and receive messages in a BrokerPlugin

2009-08-03 Thread Rob Davies
On 3 Aug 2009, at 20:24, > wrote: However I'm having some trouble with the new VM broker it starts, so I was hoping there might be a better way. For reference my problems were that the messages to my topic were not being distributed to the other brokers in the network. I've just figured

RE: right way to send and receive messages in a BrokerPlugin

2009-08-03 Thread Mats.Henrikson
> However > I'm having some trouble with the new VM broker it starts, so I was > hoping there might be a better way. For reference my problems were that the messages to my topic were not being distributed to the other brokers in the network. I've just figured out that this is because I put my topi

right way to send and receive messages in a BrokerPlugin

2009-08-03 Thread Mats.Henrikson
Hey, I'm writing a special broker plugin that makes it so that a client can only have a single login (per username) to a network of brokers at any one time. To do this I am making the plugin send a message to all the other instances of the plugin on the network of brokers (using a topic) and if th