Does Solace support any kind of Connector from/to MSMQ ?

Options
Robert
Robert Member Posts: 58 ✭✭

We currently want to integrate a .net based solution and i wanted to know if any connectors exists from/to Solace from/to MSMQ ?

Or is only option to use the .net API and receive messages to forward into MSMQ ? (message bridge)

Answers

  • Robert
    Robert Member Posts: 58 ✭✭
    Options

    Any feedback on that ?

  • TomF
    TomF Member, Employee Posts: 406 Solace Employee
    Options

    Hello Robert,

    I assume you're talking about the MSMQ product and not any of the MS Azure based offerings.

    Looking at the technical documentation for MSMQ, it seems there is no interface other than the application interface or the connector server. Microsoft used the latter to create an IBM MQ connector that's part of Host Integration Server 2000.

    So it does look like code would have to be created.