Robbie Gemmell
Robbie Gemmell
I wouldnt really say its 'not compliant' so much as it simply doenst support requesting to act as a particular non-server-associated identity, like various other clients (and servers) similarly dont...
I wont be merging this, its fairly ugly and I believe you can achieve the same with graal configuration, and I dont think this is all you will need. If...
As you note this is a bit hacky. We'll see if we can add something to similar effect at some point. The client is using 'never' since that is whats...
Related JIRA https://issues.apache.org/jira/browse/QPID-8538.
So, one 'slight' problem with this hehe. It doesnt do at all what is described or I think both of us initially thought it would be doing. Digging into the...
I dont believe it will ever work the way you want with a simple queue of any size. You have to add hoops to manipulate it into behaving that way....
Sure. However there is a fairly decent window that will happen even with 1 session with how it is done just now. Consider where it will often execute a second...
Using the event loop is out of the question, it runs the inner core and the callback is allowed to do most stuff on the outer connection that it services....
Alternatively, the connection already has an executor of its own (used for the exception listener etc to avoid blocking the event loop), an option could just be to use that...
I'm not sure I like the idea of taking similar approach as 45, which I hadnt seen to look at yet (can only keep up with so many different large...