MQ

 View Only
  • 1.  Difference between MQ AMS and MQ SSL?

    Posted Sat June 05, 2021 07:14 PM
    Hello,
    can someone Please let me know what is the difference between MQ AMS and MQ SSL.
    Both are used for security but i would like to know what would make difference using AMS and SSL? Thanks in Advance.

    ------------------------------
    prashanth katanguri
    ------------------------------


  • 2.  RE: Difference between MQ AMS and MQ SSL?

    IBM Champion
    Posted Sat June 05, 2021 09:24 PM
    SSL (or TLS as the more modern versions are called) is a network authentication and encryption facility. It only applies its security services during network transmission. Once the data arrives at the target it is decrypted before being put onto the queue. SSL/TLS does not get used at all for local binding connections. 

    AMS is a message encryption facility. It applies its security services before the data leaves the application process. Decryption only takes place when the message arrives in the target application process. Therefore AMS applies to both local and client connections and while messages sit "at rest" on queues.

    It is possible to have some functional overlap if messages are AMS encrypted and then also sent over SSL/TLS encrypted channels.

    Cheers,
    Morag

    ------------------------------
    Morag Hughson
    MQ Technical Education Specialist
    MQGem Software Limited
    Website: https://www.mqgem.com
    ------------------------------



  • 3.  RE: Difference between MQ AMS and MQ SSL?

    Posted Mon June 07, 2021 12:35 PM
    me too

    ------------------------------
    Cơm ngon nhà làm
    ------------------------------



  • 4.  RE: Difference between MQ AMS and MQ SSL?

    IBM Champion
    Posted Tue June 08, 2021 02:44 AM
    Just checking you are aware there is an answer to this question. Did it help you too?

    ------------------------------
    Morag Hughson
    MQ Technical Education Specialist
    MQGem Software Limited
    Website: https://www.mqgem.com
    ------------------------------



  • 5.  RE: Difference between MQ AMS and MQ SSL?

    Posted Tue June 08, 2021 07:54 AM
    Hello Morag,
    yes answered my question and Thank you for your help..!! appreciated.

    ------------------------------
    prashanth katanguri
    ------------------------------