Re: Sending server

2015-09-09 Thread Gordon Sim
On 09/09/2015 07:09 AM, Tomáš Šoltys wrote: Thanks a lot Gordon! And is there a suggested/proper way how to do it using reactor API? That example does use the reactor. If you mean an example that doesn't use any of the utilities and helper classes on top of that, then you could look at the p

Re: Sending server

2015-09-08 Thread Tomáš Šoltys
Thanks a lot Gordon! And is there a suggested/proper way how to do it using reactor API? Thanks and regards, Tomas 2015-09-08 16:47 GMT+02:00 Gordon Sim : > On 09/08/2015 02:24 PM, Tomáš Šoltys wrote: > >> I would like to create a sender that sends messages on demand. >> >> What would be the b

Re: Sending server

2015-09-08 Thread Gordon Sim
On 09/08/2015 02:24 PM, Tomáš Šoltys wrote: I would like to create a sender that sends messages on demand. What would be the best approach? Create a loop in PN_LINK_FLOW? Or is there a better way? Is this example any use: https://git1-us-west.apache.org/repos/asf?p=qpid-proton.git;a=blob;f=e

Sending server

2015-09-08 Thread Tomáš Šoltys
Hi, I would like to create a sender that sends messages on demand. What would be the best approach? Create a loop in PN_LINK_FLOW? Or is there a better way? Thanks, Tomas