Re: [zeromq-dev] High throughput Zero MQ messaging pattern.

2012-08-31 Thread Wolfgang Richter
It sounds like you could easily do this with a publish-subscribe architecture?

Do you care if some messages are dropped?

--
Wolf

On Fri, Aug 31, 2012 at 12:37 AM, girish kumar girishbanga...@gmail.com wrote:
 Hi All,

 I really appreciate if any body solved these type of scenarios.

 Thanks in advance.


 On 29 August 2012 22:26, girish kumar girishbanga...@gmail.com wrote:

 Hi All,

 I am looking for a messaging pattern for the following scenario.

 I have a Java NIO based server X, which has some threads processing client
 requests. These threads receive events asynchronously. Now, I want to send
 some of the events to another service(another server) Y in asynchronous
 fashion.

 Please suggest me a scalable messaging pattern for the above scenario.

 --
 With Best Regards,
 Girish




 --
 With Best Regards,
 Girish


 ___
 zeromq-dev mailing list
 zeromq-dev@lists.zeromq.org
 http://lists.zeromq.org/mailman/listinfo/zeromq-dev

___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] High throughput Zero MQ messaging pattern.

2012-08-31 Thread girish kumar
Hi,

Thanks for your response. So, in that case I can have multiple threads in
my NIO based server will become publishers(multiple) and another server
will become the subscriber.

I just curious to know, we can achieve better throughput only with
publish-subscribe messaging pattern.

Couple of other things,
1) I did not understand quite why messages are getting dropped in case of
publish subscribe model. I am using synchronization sockets here.
2) In all messaging pattern, the queue exists on the side where it binds
the socket, is it correct?

On 31 August 2012 19:51, Wolfgang Richter w...@cs.cmu.edu wrote:

 It sounds like you could easily do this with a publish-subscribe
 architecture?

 Do you care if some messages are dropped?

 --
 Wolf

 On Fri, Aug 31, 2012 at 12:37 AM, girish kumar girishbanga...@gmail.com
 wrote:
  Hi All,
 
  I really appreciate if any body solved these type of scenarios.
 
  Thanks in advance.
 
 
  On 29 August 2012 22:26, girish kumar girishbanga...@gmail.com wrote:
 
  Hi All,
 
  I am looking for a messaging pattern for the following scenario.
 
  I have a Java NIO based server X, which has some threads processing
 client
  requests. These threads receive events asynchronously. Now, I want to
 send
  some of the events to another service(another server) Y in asynchronous
  fashion.
 
  Please suggest me a scalable messaging pattern for the above scenario.
 
  --
  With Best Regards,
  Girish
 
 
 
 
  --
  With Best Regards,
  Girish
 
 
  ___
  zeromq-dev mailing list
  zeromq-dev@lists.zeromq.org
  http://lists.zeromq.org/mailman/listinfo/zeromq-dev
 
 ___
 zeromq-dev mailing list
 zeromq-dev@lists.zeromq.org
 http://lists.zeromq.org/mailman/listinfo/zeromq-dev




-- 
With Best Regards,
Girish
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] High throughput Zero MQ messaging pattern.

2012-08-30 Thread girish kumar
Hi All,

I really appreciate if any body solved these type of scenarios.

Thanks in advance.

On 29 August 2012 22:26, girish kumar girishbanga...@gmail.com wrote:

 Hi All,

 I am looking for a messaging pattern for the following scenario.

 I have a Java NIO based server X, which has some threads processing client
 requests. These threads receive events asynchronously. Now, I want to send
 some of the events to another service(another server) Y in asynchronous
 fashion.

 Please suggest me a scalable messaging pattern for the above scenario.

 --
 With Best Regards,
 Girish




-- 
With Best Regards,
Girish
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev


[zeromq-dev] High throughput Zero MQ messaging pattern.

2012-08-29 Thread girish kumar
Hi All,

I am looking for a messaging pattern for the following scenario.

I have a Java NIO based server X, which has some threads processing client
requests. These threads receive events asynchronously. Now, I want to send
some of the events to another service(another server) Y in asynchronous
fashion.

Please suggest me a scalable messaging pattern for the above scenario.

-- 
With Best Regards,
Girish
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev