Skip to content

Example - expose topics #16

@sshanks-kx

Description

@sshanks-kx

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions