-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels