Package com.ibm.mq.spring.boot


package com.ibm.mq.spring.boot
  • Class
    Description
     
    The default Spring configuration for a JMS Listener sets the receive timeout (a polling loop timer) too low for a cost-effective solution with IBM MQ.
    There are many properties that can be set on an MQ Connection Factory/ This class allows configuration for most of them for both direct and client connections.
    This class gives a mechanism to control access to keystore/truststore JKS files without needing to use -D options on the command line.
    This class gives some basic support for JNDI access when looking up ConnectionFactory (but NOT Destination) objects.
    This class gives a way of configuring MQ JMS trace and logging parameters in a Spring style rather than needing additional external files and properties.
    Callback interface that can be implemented by beans wishing to customize the MQConnectionFactory while retaining default auto-configuration.
    Factory to create a MQConnectionFactory instance from properties defined in MQConfigurationProperties.
    A class with a very short name that we can use for utility methods