Can I use Pub/Sub model with Many Publishers and Only One Subscriber?

Posted by rauch on Stack Overflow See other posts from Stack Overflow or by rauch
Published on 2010-04-20T08:55:41Z Indexed on 2010/04/20 9:43 UTC
Read the original article Hit count: 219

Filed under:
|
|

I need to send some files from different machines to only one Server. As I understand, I can use JMS api + (for example) ActiveMQ as broker. There are two models: p2p and pub/sub. I would like to use pub/sub model, but the problem is that I haven`t few subscribers, I have only one Subscriber(Server) and many Publishers. The question is the following: can I use pub/sub model for my situation and How can I send files from different machines to Only One Topic, on that Server sibscribed? May be any other ideas, thanks a lot.

© Stack Overflow or respective owner

Related posts about java

Related posts about jms