Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example - expose topics #16

Open
sshanks-kx opened this issue May 7, 2020 · 0 comments
Open

Example - expose topics #16

sshanks-kx opened this issue May 7, 2020 · 0 comments

Comments

@sshanks-kx
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant