Publish Subscribe Framework

  • Thread starter christian.bongiorno
  • Start date
C

christian.bongiorno

Anyone have any ideas where I can find a Publish/subscribe framework
for Java? I would like something open source but it's not necessary.

Christian
 
P

Patrick May

Anyone have any ideas where I can find a Publish/subscribe framework
for Java? I would like something open source but it's not necessary.

There are several open source JMS implementations extant.
Googling on 'jms "open source"' gives several options in the first
page alone.

Regards,

Patrick
 
A

Andrew McDonagh

Anyone have any ideas where I can find a Publish/subscribe framework
for Java? I would like something open source but it's not necessary.

Christian

eh?

What kind of message/event/signal do you need to be transferred?

How does the message need to be transferred? Object-to-object,
Thread-to-thread, or process-to-process?

If its a simple Object-to-object 'framework', then role your own its
very simple. Or use the Publish/Subscriber classes contained within the JDK.

if its the others, then we'll talk about them too...but give us some
kind of indication as to which 'Can of worms' you want to open.

Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top