You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the producer.q - may be handy to print topic being used or provide a topic
Quickly ran the example with the solace subscriber & took a min to figure out the topic I should be subscribing to, in order to see the data.
Example running, just for show:
q producer.q
(msgsent;1) (msgsent;2)
(`msgsent;3)
For the producer.q - may be handy to print topic being used or provide a topic
Quickly ran the example with the solace subscriber & took a min to figure out the topic I should be subscribing to, in order to see the data.
Example running, just for show:
q producer.q
(
msgsent;1) (
msgsent;2)(`msgsent;3)
subscribing to topic2
Message received
payload | "2020.05.07D11:51:58.142589000;topic2_0"
dest | `topic2
isRedeliv| 0b
isDiscard| 0b
isRequest| 0b
sendTime | 2000.01.01D00:00:00.000000000
Message received
payload | "2020.05.07D11:51:58.344448000;topic2_1"
dest | `topic2
isRedeliv| 0b
isDiscard| 0b
isRequest| 0b
sendTime | 2000.01.01D00:00:00.000000000
The text was updated successfully, but these errors were encountered: