Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Advisory Messages : CLIENT.SUBSCRIPTION.DISALLOWED

CLIENT.SUBSCRIPTION.DISALLOWED
Advisory
Subject Name Syntax
_RV.WARN.SYSTEM.CLIENT.SUBSCRIPTION.DISALLOWED.subject
Purpose
A listening client of a TIBCO Messaging Appliance P-7500 receives this advisory when it has subscribed to a subject, but the P-7500 disallows all or part of the subscription for that client.
Remarks
Only the specific client transport receives this advisory.
This message is a warning—although the client’s subscribe call completed normally, the P-7500 does not direct any messages to the resulting listener object. The listener is inert.
The subject element of the advisory subject name is the subject that the client supplied in the call that created the listener. The subject element itself often consists of several elements, so the wildcard character ">" (rather than "*") is the correct way to match all subjects in this position.
Message Fields
 
Diagnosis
In order to allow a subscription, both of the following conditions must be true:
The client’s ACL profile must allow all of the subjects that match the subscription subject (that is, a superset of matching subjects).
The client’s ACL profile must not disallow any subject that matches or overlaps the subscription subject.
 
SUBSCRIPTION.DISALLOWED advisories indicates that the subscription violates one of the above conditions.
Because the listener cannot receive any messages, it is appropriate for the client program to destroy the listener object.
See Also
Subject Rules

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved