Author |
Message
|
Gideon |
Posted: Mon Dec 03, 2012 8:44 am Post subject: WMQ and SCADA |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
I understand that SCADA is not supported in WMB 7 and higher, but requires WMQ to handle that.
IF so, how can WMB be used to transform a MQTT message ? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Dec 03, 2012 8:54 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
Gideon |
Posted: Mon Dec 03, 2012 9:41 am Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
Thanks. I read the scenario and it basically says upgrade everything, and use an MQInput instead of a SCADA input node.
How does that work uord. Does MQInput determine if the message is in JMS or MQTT format and proceed. Is the v3 MQTT the same as a JMS message (highly doubtful). Any ideas |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Dec 03, 2012 9:44 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The MQTT functions in the queue manager convert the incoming messages into MQ messages and put them on real MQ queues, where they can be read by MQInput node as MQ messages.
Alternately you can configure a JMSInput node to use the MQTT client libraries and make an MQTT connection to the MQTT infrastructure and receive messages that way - as JMS messages. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Dec 03, 2012 9:53 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
mqjeff |
Posted: Mon Dec 03, 2012 9:56 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
mqjeff wrote: |
MQInput node as MQ messages. |
WORD ! |
At least, as I understand it. I could entirely be wrong. |
|
Back to top |
|
 |
andypiper |
Posted: Tue Dec 04, 2012 6:28 am Post subject: |
|
|
 Acolyte
Joined: 29 Oct 2001 Posts: 59 Location: London
|
Ensure that your MQTT topic is mapped to deliver messages to an MQ queue and point your MQInput node at it. Your message flow will receive an MQ message (the body will be a bitstream) |
|
Back to top |
|
 |
Gideon |
Posted: Wed Dec 05, 2012 1:35 pm Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
Can WMQ messages be sent to MQTT messages ? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Dec 05, 2012 1:58 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I believe an MQ application can publish a message to a topic that has an MQTT destination. |
|
Back to top |
|
 |
andypiper |
Posted: Thu Dec 06, 2012 1:17 am Post subject: |
|
|
 Acolyte
Joined: 29 Oct 2001 Posts: 59 Location: London
|
Gideon wrote: |
Can WMQ messages be sent to MQTT messages ? |
Yes.
If you have the MQXR component / MQTT configured on your queue managers, any WMQ messages published to a topic will be available to MQTT clients subscribed to the same topic. |
|
Back to top |
|
 |
|