[zeromq-dev] zmq & mssql queue to insert data
Apps, John
john.apps at hp.com
Thu Aug 6 16:46:49 CEST 2009
Have you thought of using the Web Service interface into MS SQL Server? No, it would not be queuing, but pretty simple to do from a standard Web service client, no matter what the language.
---- John Apps | Hewlett-Packard | John.Apps at HP.com | +49 171 869 1813 ----
-----Original Message-----
From: zeromq-dev-bounces at lists.zeromq.org [mailto:zeromq-dev-bounces at lists.zeromq.org] On Behalf Of Martin Sustrik
Sent: Thursday, August 06, 2009 16:06
To: Baranski, Antek
Cc: 'zeromq-dev at lists.zeromq.org'
Subject: Re: [zeromq-dev] zmq & mssql queue to insert data
Baranski, Antek wrote:
> The java plug-in lives in the production network my DB lives in the
> office network and the connectivity between the 2 is very much
> limited.
>
> We could off course write an app on the receiving side that listen to
> the various 0MQ queues and insert the data that way, but I was hoping
> not having to create a server/app to do this and use MSSQL's queue
> mechanism but that would only work if I can somehow hookup the 0MQ &
> MSSQL queues which probably is a no-go judging by the responses so
> far.
No, it's not part of 0MQ and AFAIK no messaging system does this. What
happens with the message after it is delivered is considered to be
application's responsibility. Thus, I would either look for a different
product to stack on top of 0MQ (googling for 'logger' or so may yield
some pointers) or implement the logging functionality myself. In the
latter case making it open source would make sense.
Martin
_______________________________________________
zeromq-dev mailing list
zeromq-dev at lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list