how to read pullsubscribe messages to specific subject #1140
Unanswered
lisablack1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Could you print out the ConsumerInfo and make sure it has a FilterSubject in the config that matches what your program wants to filter on. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am trying to fetch the messages only for one subject , but getting all the messages from all subject
Below is my code , is there any issue with my code or do i have to change anything
any suggestions are appreciated
published to different subject
ex : sub.1, sub.2
Q1 . receiving messages from all subjects , expecting form one subject
Q2 . with different stream and same subject i am receiving the messages , we should not receive the different stream subject data right ?
Beta Was this translation helpful? Give feedback.
All reactions