You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Gihan Anuruddha <wg...@gmail.com> on 2013/08/26 07:08:46 UTC

[JAVA] Need to identify two Java classes

Hi Everyone,

I'm a postgraduate student. For one of my subjects I'm learning message
broker networks. As a part of one of my assignments I choose to integrate
bloom filter with activemq broker network in order to enhance information
sharing in between topic based pub-sub brokers. Actually I'm trying to do
is, once a user subscribes add entries to a bloom filter implemented
collection and once a publisher publishes a message, check the bloom filter
first and based on that send messages to relevant parties.

This is a totally experiment and part of my assignment research. So I need
a small help from you all. Can someone please point me to the entry
point of two Java classes that involve to subscribe and publish. It will be
really helpful. The rest of the thing I hope to find through debugging.
Please help me.

I'm using activemq-5.8.0 version and source got from here [1].

Thanks.

Gihan

[1] - http://svn.apache.org/repos/asf/activemq/tags/activemq-5.8.0

Re: [JAVA] Need to identify two Java classes

Posted by Christian Posta <ch...@gmail.com>.
You may wish to start by looking at DemandForwardingBridgeSupport, Topic,
RegionBroker and broker plugins.

On Sunday, August 25, 2013, Gihan Anuruddha wrote:

> Hi Everyone,
>
> I'm a postgraduate student. For one of my subjects I'm learning message
> broker networks. As a part of one of my assignments I choose to integrate
> bloom filter with activemq broker network in order to enhance information
> sharing in between topic based pub-sub brokers. Actually I'm trying to do
> is, once a user subscribes add entries to a bloom filter implemented
> collection and once a publisher publishes a message, check the bloom filter
> first and based on that send messages to relevant parties.
>
> This is a totally experiment and part of my assignment research. So I need
> a small help from you all. Can someone please point me to the entry
> point of two Java classes that involve to subscribe and publish. It will be
> really helpful. The rest of the thing I hope to find through debugging.
> Please help me.
>
> I'm using activemq-5.8.0 version and source got from here [1].
>
> Thanks.
>
> Gihan
>
> [1] - http://svn.apache.org/repos/asf/activemq/tags/activemq-5.8.0
>


-- 
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta

Re: [JAVA] Need to identify two Java classes

Posted by Gihan <wg...@gmail.com>.
Hi Ceposta,

Thanks a lot for you reply. Actually I was hoping a reply to my email hence
I didn't check this forum. My mistake. I'll look those classes for further
help. Once again thanks a lot.

Regards,
Gihan



--
View this message in context: http://activemq.2283324.n4.nabble.com/JAVA-Need-to-identify-two-Java-classes-tp4670672p4670901.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: [JAVA] Need to identify two Java classes

Posted by Christian Posta <ch...@gmail.com>.
Did you not get my response earlier?

"You may wish to start by looking at DemandForwardingBridgeSupport, Topic,
RegionBroker and broker plugins."


On Tue, Aug 27, 2013 at 10:03 AM, Gihan Anuruddha <wg...@gmail.com> wrote:

> Any help ??
>
>
> On Mon, Aug 26, 2013 at 10:38 AM, Gihan Anuruddha <wg...@gmail.com>
> wrote:
>
> > Hi Everyone,
> >
> > I'm a postgraduate student. For one of my subjects I'm learning message
> > broker networks. As a part of one of my assignments I choose to integrate
> > bloom filter with activemq broker network in order to enhance information
> > sharing in between topic based pub-sub brokers. Actually I'm trying to do
> > is, once a user subscribes add entries to a bloom filter implemented
> > collection and once a publisher publishes a message, check the bloom
> filter
> > first and based on that send messages to relevant parties.
> >
> > This is a totally experiment and part of my assignment research. So I
> need
> > a small help from you all. Can someone please point me to the entry
> > point of two Java classes that involve to subscribe and publish. It will
> be
> > really helpful. The rest of the thing I hope to find through debugging.
> > Please help me.
> >
> > I'm using activemq-5.8.0 version and source got from here [1].
> >
> > Thanks.
> >
> > Gihan
> >
> > [1] - http://svn.apache.org/repos/asf/activemq/tags/activemq-5.8.0
> >
> >
> >
>
>
> --
> --
>
> Three things cannot be long hidden: the sun, the moon, and the truth.
>
> - Lord Buddha
>



-- 
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta

Re: [JAVA] Need to identify two Java classes

Posted by Gihan Anuruddha <wg...@gmail.com>.
Any help ??


On Mon, Aug 26, 2013 at 10:38 AM, Gihan Anuruddha <wg...@gmail.com> wrote:

> Hi Everyone,
>
> I'm a postgraduate student. For one of my subjects I'm learning message
> broker networks. As a part of one of my assignments I choose to integrate
> bloom filter with activemq broker network in order to enhance information
> sharing in between topic based pub-sub brokers. Actually I'm trying to do
> is, once a user subscribes add entries to a bloom filter implemented
> collection and once a publisher publishes a message, check the bloom filter
> first and based on that send messages to relevant parties.
>
> This is a totally experiment and part of my assignment research. So I need
> a small help from you all. Can someone please point me to the entry
> point of two Java classes that involve to subscribe and publish. It will be
> really helpful. The rest of the thing I hope to find through debugging.
> Please help me.
>
> I'm using activemq-5.8.0 version and source got from here [1].
>
> Thanks.
>
> Gihan
>
> [1] - http://svn.apache.org/repos/asf/activemq/tags/activemq-5.8.0
>
>
>


-- 
--

Three things cannot be long hidden: the sun, the moon, and the truth.

- Lord Buddha