MQ

 View Only
  • 1.  Use of MQ client in Elixir language

    Posted Wed May 10, 2023 02:03 PM

    Hello everyone,
    I would need to use an IBM MQ server with a client that is written in Elixir.
    The developers pointed me to this link GitHub - IBM/elixir-ibmcloud: IBM Cloud API wrapper for Elixir
    But I see that it is very outdated.
    Can you advise me on the most effective way?
    Thank you very much



    ------------------------------
    Guirino Ciliberti
    Business Developer
    Primeur
    Torino
    3901027811
    ------------------------------


  • 2.  RE: Use of MQ client in Elixir language

    Posted Wed May 10, 2023 02:41 PM

    Your question is not very clear. When you say "with a client written in Elixir" are you talking about an existing messaging app? Or you would like a full MQ client written in that language? Or something else?

    There is no MQ client for Elixir. However, since that language has interoperablity with Erlang programs and interfaces, if you are writing a new messaging application in Elixir you might be able to use an Erlang-based AMQP 1.0 client to connect to an AMQP channel on the queue manager.



    ------------------------------
    Mark Taylor
    Winchester
    ------------------------------