Does FlexSim API support data transmission using MQ?

Does FlexSim API support data transmission using MQ?

supportPHJ4A
Collaborator Collaborator
196 Views
1 Reply
Message 1 of 2

Does FlexSim API support data transmission using MQ?

supportPHJ4A
Collaborator
Collaborator

[ FlexSim 22.1.3 ]

Hello, we want to know whether Flexsim supports the use of MQ for mass data when using API to transmit JSON format data? If yes, what is the maximum amount of transmission?

0 Likes
Accepted solutions (1)
197 Views
1 Reply
Reply (1)
Message 2 of 2

philboboADSK
Autodesk
Autodesk
Accepted solution

MQ is a generic term for Messaging and Queueing middleware, such as IBM MQ or Amazon MQ.

FlexSim does not have any built in FlexScript wrappers around any such MQ middleware.

If you want to use MQ middleware, use the DLL Maker, Module SDK, or Python Connectivity to connect to a library from the MQ provider you are interested in using.

As for JSON, you can use the FlexScript or C++ APIs in FlexSim to parse or encode FlexSim data to/from JSON: FlexScript Class - JSON (flexsim.com)

Any "maximum amount of transmission" will depend on the libraries you are using.



Phil BoBo
Sr. Manager, Software Development