Hi Artem, I'm afraid I still don't really understand your use case enough from the limited description. Regardless, my main question would be whether you really need/want to write your own AMQP 1.0 message broker/server as your mail suggests, rather than just using one of several existing available? A fuller understanding what it is you are doing would help with suggesting things.
Robbie On 8 July 2016 at 15:24, Artem <[email protected]> wrote: > Robbie, > > I need to do Java broker server, that can send messages at live mode > (desirable for each link asynchronously ). My server has a cursor, that > return messages, if there is no messages , it expects them (can sleep at own > thread, or throws exception). > > I need to make sure that the driver > <https://github.com/apache/qpid-proton/blob/master/examples/engine/java/src/main/java/org/apache/qpid/proton/examples/Driver.java> > worked on a separate thread , and wait and sends a message at another > thread. > > Artem > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/Broker-with-live-data-tp7647047p7647062.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
