Author |
Message
|
sebastia |
Posted: Thu Jun 04, 2015 7:39 am Post subject: |
|
|
Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
Thanks, Jeff - those last lines are very deep for me.
I have to sit and re-read and try to understand them better.
This week I am not capable of doing so, as I broke my rib and are taking tons of heavy drugs, but I will read the article you point to.
Thanks, Saper - you point of view is also very interesting.
Again, thanks coleagues for you effort to support other tech people.
I am very glad to be able to write some semi-inteligent questions here.
Sebastian. |
|
Back to top |
|
|
mqjeff |
Posted: Thu Jun 04, 2015 7:47 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Think of Mosquito as a "queue manager" for MQTT.
MessageSight is also a "queue manager" for MQTT.
MQ has a bridge for MQTT that is also a "queue manager".
You use MQTT to talk to all of them. So you don't replace the API (mqtt) with the queue manager...
Also, enjoy your heavy drugs, and best of luck and speedy recovery from your injuries. |
|
Back to top |
|
|
sebastia |
Posted: Thu Jun 04, 2015 7:54 am Post subject: |
|
|
Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
Thanks for the concepts.
Those are the points I miss under the tons and tons of pages and pages describing the wonders of all kind of products.
I'd rather be playing tennis than taking 3 pills every 6 hours, but the gods themselves decide on our future, dont they ?
|
|
Back to top |
|
|
fjb_saper |
Posted: Fri Jun 05, 2015 4:33 am Post subject: |
|
|
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20729 Location: LI,NY
|
sebastia wrote: |
but the gods themselves decide on our future, dont they ?
|
And here I thought that was the fates... shows what I know about mythology... _________________ MQ & Broker admin |
|
Back to top |
|
|
sebastia |
Posted: Fri Jun 05, 2015 8:18 am Post subject: |
|
|
Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
|
Back to top |
|
|
sebastia |
Posted: Fri Jun 05, 2015 8:23 am Post subject: |
|
|
Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
mr Jeff - I have been thru MQTT for a while, and as far as I understand, this MQ feature allows to a MQTT client to publish and to some other MQTT clients to receive all that data.
My intention to access MQ thru node.js was to have "classic" or "complete" access to it, this is, to connect(), open(), put() or get(), maybe into SYSTEM.ADMIN.COMMAND.QUEUE, jejeje
My (untold) intention is not to send/receive data, but to admin (maybe read-only) the queue manager from a browser.
And it seems to me MQTT is not the way to that objective.
I can simplify my initial question : having MQ a MQCB() function, how is it we done have access to all MQ API from node.js ?
Have a nice weekend. Sebastian on (heavy) pharmakology. |
|
Back to top |
|
|
mqjeff |
Posted: Fri Jun 05, 2015 9:15 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I forget if there's a javascript client for MQ.
You can look at the MQ http bridge. |
|
Back to top |
|
|
sebastia |
Posted: Fri Jun 05, 2015 9:18 am Post subject: |
|
|
Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
doing it
|
|
Back to top |
|
|
sebastia |
Posted: Fri Jun 05, 2015 9:30 am Post subject: |
|
|
Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
|
Back to top |
|
|
|