Kbase P8828: JMS client cannot read messages from Topic with durable subscription
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Unverified
FACT(s) (Environment):
Sonic MQ 3.5
SYMPTOM(s):
JMS client cannot read messages from Topic with durable subscription
CAUSE:
Mandatory "ClientID" was not set in client code.
FIX:
Add method TopicConnection.setClientID(String ClientID) before creating the durable subscription into the jms client code.