checkValidity
protected void checkValidity()
throws IllegalStateException
Checks the validity of the subscriber instance.
close
public void close()
throws JMSException
Delegates the call to the wrapped producer.
getDeliveryMode
public int getDeliveryMode()
throws JMSException
Delegates the call to the wrapped producer.
getDestination
public Destination getDestination()
throws JMSException
Delegates the call to the wrapped producer.
getDisableMessageID
public boolean getDisableMessageID()
throws JMSException
Delegates the call to the wrapped producer.
getDisableMessageTimestamp
public boolean getDisableMessageTimestamp()
throws JMSException
Delegates the call to the wrapped producer.
getPriority
public int getPriority()
throws JMSException
Delegates the call to the wrapped producer.
getTimeToLive
public long getTimeToLive()
throws JMSException
Delegates the call to the wrapped producer.
send
public void send(Destination dest,
Message message)
throws JMSException
Delegates the call to the wrapped producer.
send
public void send(Destination dest,
Message message,
int deliveryMode,
int priority,
long timeToLive)
throws JMSException
Delegates the call to the wrapped producer.
send
public void send(Message message)
throws JMSException
Delegates the call to the wrapped producer.
send
public void send(Message message,
int deliveryMode,
int priority,
long timeToLive)
throws JMSException
Delegates the call to the wrapped producer.
setDeliveryMode
public void setDeliveryMode(int deliveryMode)
throws JMSException
Delegates the call to the wrapped producer.
setDisableMessageID
public void setDisableMessageID(boolean value)
throws JMSException
Delegates the call to the wrapped producer.
setDisableMessageTimestamp
public void setDisableMessageTimestamp(boolean value)
throws JMSException
Delegates the call to the wrapped producer.
setPriority
public void setPriority(int priority)
throws JMSException
Delegates the call to the wrapped producer.
setTimeToLive
public void setTimeToLive(long timeToLive)
throws JMSException
Delegates the call to the wrapped producer.