getMulticast

 

public int getMulticast() throws JMSException;

Gets the value of the multicast attribute.

Returns

  • the following values are possible:

    • JMSC.MQJMS_MULTICAST_DISABLED

    • JMSC.MQJMS_MULTICAST_NOT_RELIABLE

    • JMSC.MQJMS_MULTICAST_RELIABLE

    • JMSC.MQJMS_MULTICAST_ENABLED

Exceptions

  • JMSException - if an internal error occurs.


uj27930_