Hi,
I am fairly new to the concept of Docker and am learning it by reading through a lot of online documents.
I wanted to know whether is it possible to create docker containers for a product/application that uses MQ Series, MSSQL and Apache Griffin?
I am looking to achieve something like the following -
-
Data will be sent to MQ Server
-
MQ Server will parse it
-
Parsed data will be written to a database table (MS SQL)
-
From here, i want to send the data to apache griffin for further processing.
Is it possible using Docker? Could someone please provide a rough architecture on how (and where) to bundle these applications?
Much Thanks!!