Re: Dispatch Router threads

2017-03-06 Thread Kai
Thanks Ted, this helps a lot :-) Kai On Mon, Mar 6, 2017 at 2:07 PM Ted Ross wrote: > > On 03/06/2017 07:48 AM, Hudalla Kai (INST/ECS4) wrote: > > Hi list, > > > > I was wondering about the recommended number or worker threads to > configure a > > Dispatch

Re: [dispatch-router]: authenticating against a remote service

2017-07-08 Thread Kai
or a separate dedicated system and have Dispatch Router "call out" to such a system to verify authorities e.g. during link establishment. Thanks, Kai > [1] http://www.keycloak.org/ > [2] https://reviews.apache.org/r/59352/ > [3] https://github.com/rgodfrey/keycloakp

Re: Plans for the Qpid Dispatch Router 1.0.0

2017-09-19 Thread Kai
Would be great to have https://issues.apache.org/jira/browse/DISPATCH-775 in there. Regards, Kai On Tue, Sep 19, 2017 at 12:26 PM Adel Boutros wrote: > Hello Ted, > > > A nice early Christmas gift for me would be > https://issues.apache.org/jira/browse/DISPATCH-773 (You don'

Re: Link handling after detach(close=false)

2018-01-29 Thread Kai
Gordon, by "it" you are referring to the consumer/receiver, correct? Kai Gordon Sim schrieb am Mo., 29. Jan. 2018, 21:30: > On 29/01/18 17:28, Marc Pellmann wrote: > > Hi, > > > > I work on the Eclipse Hono project, where we use the qpid router. > > >

Re: Proposed Feature Removal from Dispatch Router

2018-04-12 Thread Kai
I consider the rejected delivery to be more explicit and thus in general the better approach. Allowing unsettled deliveries to multicast addresses will now (probably) lead to users wondering where their messages have gone that did not reach one or more of the multicast consumers. So, in any case, c

Re: [VOTE] merge the proton mailing list into the users/dev lists

2016-03-30 Thread Kai
+1 On Wed, Mar 30, 2016 at 12:25 PM Robbie Gemmell wrote: > Hello folks, > > Many moons ago, a seperate mailing list was established for Proton, > back when it was purely a protocol engine other components would use. > Its scope has since expanded beyond that and the separate mailing list > has

Setting application properties on Message with Qpid Proton Python

2021-11-16 Thread Kai
ties. Taking a look at the Message class source code it looks to me as if the properties parameter is not used at all in the Message instance. Can you shed some light on this? Regards, Kai

Re: Setting application properties on Message with Qpid Proton Python

2021-11-16 Thread Kai
Hi Gordon, when I run that script I do not see anything happening apart from a blinking cursor. My python environment is > python3 --version Python 3.9.7 On Tue, Nov 16, 2021 at 2:21 PM Gordon Sim wrote: > On Tue, Nov 16, 2021 at 12:17 PM Kai wrote: > > I am trying to set some

Re: Setting application properties on Message with Qpid Proton Python

2021-11-16 Thread Kai
e a way to specify that the value (200) should be encoded as an int instead of a long? Kai On Tue, Nov 16, 2021 at 2:21 PM Gordon Sim wrote: > On Tue, Nov 16, 2021 at 12:17 PM Kai wrote: > > I am trying to set some application properties on a message to be sent > > using Qpid Python

Re: Setting application properties on Message with Qpid Proton Python

2021-11-16 Thread Kai
Aha, that's it! Thanks for the pointer, Robbie :-) On Tue, Nov 16, 2021 at 5:10 PM Robbie Gemmell wrote: > > https://qpid.apache.org/releases/qpid-proton-0.36.0/proton/python/docs/proton.html#proton.int32 > ? > > On Tue, 16 Nov 2021 at 15:54, Kai wrote: > > > &g

[proton-j] handling of link-credit

2017-03-01 Thread Kai Hudalla
ted from a FLOW received from a Receiver. Can you point me to the right class? Regards, Kai - To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org

Re: [proton-j] handling of link-credit

2017-03-01 Thread Kai Hudalla
On Wed, 2017-03-01 at 15:07 +, Robbie Gemmell wrote: > On 1 March 2017 at 14:31, Kai Hudalla wrote: > > Hi, > > > > we are working on the Eclipse Hono project where we use vertx-proton and > > (implicitly) proton-j under the hood for exchanging large amounts of

Re: [proton-j] handling of link-credit

2017-03-01 Thread Kai Hudalla
On Wed, 2017-03-01 at 15:44 +, Robbie Gemmell wrote: > On 1 March 2017 at 15:29, Kai Hudalla wrote: > > On Wed, 2017-03-01 at 15:07 +, Robbie Gemmell wrote: > > > On 1 March 2017 at 14:31, Kai Hudalla wrote: > > > > Hi, > > > > > > > &g

Re: [proton-j] handling of link-credit

2017-03-01 Thread Kai Hudalla
On Wed, 2017-03-01 at 17:04 +, Gordon Sim wrote: > On 01/03/17 16:53, Kai Hudalla wrote: > > If the sender has e.g. 100 credits left and > > indeed has content to send 100 messages then a drain doesn't prevent him > > from > > sending all 100 messages. Howev

Re: [proton-j] handling of link-credit

2017-03-01 Thread Kai Hudalla
On Wed, 2017-03-01 at 18:06 +0100, Rob Godfrey wrote: > On 1 March 2017 at 17:53, Kai Hudalla wrote: > > > On Wed, 2017-03-01 at 15:44 +, Robbie Gemmell wrote: > > > On 1 March 2017 at 15:29, Kai Hudalla wrote: > > > > On Wed, 2017-03-01 at 15:07 +, Rob

[proton-j] Connections per client

2016-09-06 Thread Hudalla Kai (INST/ESY1)
configurable? -- Mit freundlichen Grüßen / Best regards Kai Hudalla Chief Software Architect Bosch Software Innovations GmbH Schöneberger Ufer 89-91 10785 Berlin GERMANY www.bosch-si.com Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B; Executives: Dr.-Ing. Rainer

Re: [proton-j] Connections per client

2016-09-07 Thread Hudalla Kai (INST/ESY1)
On Mi, 2016-09-07 at 15:53 +0100, Robbie Gemmell wrote: > Hi Kai, > > While im inbetween coughs and sneezes here... > > I'm not sure I understand the question. If you could expand a bit it > may help, and perhaps elaborate on what code or behaviour is giving > the impr

Dispatch Router threads

2017-03-06 Thread Hudalla Kai (INST/ECS4)
machine with 4 cores and 16GB of RAM? -- Mit freundlichen Grüßen / Best regards Kai Hudalla Chief Software Architect Bosch Software Innovations GmbH Schöneberger Ufer 89-91 10785 Berlin GERMANY www.bosch-si.com Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B

Dispatch Router throughput

2017-07-13 Thread Hudalla Kai (INST/ECS4)
ed in an order of magnitude. Are we talkinng about 1.000s, 10.000s or 100.000s per second? Mit freundlichen Grüßen / Best regards Kai Hudalla Chief Software Architect Bosch Software Innovations GmbH Schöneberger Ufer 89-91 10785 Berlin GERMANY www.bosch-si.com Registered office: Berlin, Reg

Re: Dispatch Router throughput

2017-07-14 Thread Hudalla Kai (INST/ECS4)
up is completely wrong or that our usage of vertx-proton is erroneous. Does anybody have some experience using vertx-proton with Dispatch Router? Mit freundlichen Grüßen / Best regards Kai Hudalla Chief Software Architect Bosch Software Innovations GmbH Schöneberger Ufer 89-91 10785 Berlin GE

Re: Dispatch Router throughput

2017-07-14 Thread Hudalla Kai (INST/ECS4)
, 200 more credits en block once in a while? Mit freundlichen Grüßen / Best regards Kai Hudalla Chief Software Architect Bosch Software Innovations GmbH Schöneberger Ufer 89-91 10785 Berlin GERMANY www.bosch-si.com Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148

Re: Dispatch Router throughput

2017-07-14 Thread Hudalla Kai (INST/ECS4)
Not yet, but I can certainly turn it on. Can you recommend log settings that will reveal the necessary information? Mit freundlichen Grüßen / Best regards Kai Hudalla Chief Software Architect Bosch Software Innovations GmbH Schöneberger Ufer 89-91 10785 Berlin GERMANY www.bosch-si.com

Re: Dispatch Router throughput

2017-07-17 Thread Hudalla Kai (INST/ECS4)
specific code on top of it. We will come back with the outcome of this once we have run some tests using the plain client. Mit freundlichen Grüßen / Best regards Kai Hudalla Chief Software Architect Bosch Software Innovations GmbH Schöneberger Ufer 89-91 10785 Berlin GERMANY www.bosch-si.com

Re: Dispatch Router throughput

2017-07-18 Thread Hudalla Kai (INST/ECS4)
regards Kai Hudalla Chief Software Architect Bosch Software Innovations GmbH Schöneberger Ufer 89-91 10785 Berlin GERMANY www.bosch-si.com Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B; Executives: Dr.-Ing. Rainer Kallenbach, Michael Hahn

Re: Dispatch Router throughput

2017-07-18 Thread Hudalla Kai (INST/ECS4)
"$default": { "remoteHosts": "*", "sources": "*", "targets": "*" } } }], ["log", { "module": "DEFAULT", "enable": "info+

Re: Dispatch Router throughput

2017-07-18 Thread Hudalla Kai (INST/ECS4)
: 100, "allowUnknownUser": true, "groups": { "$default": { "remoteHosts": "*", "maxSessions": 500, "maxMessageSize": 204800, "allowUserIdProxy": true, "sourc

Re: Dispatch Router throughput

2017-07-20 Thread Hudalla Kai (INST/ECS4)
Hi Chuck, thanks for getting to the root cause of this problem. Your proposed changes indeed fixed the problem for us. Thanks again :-) Mit freundlichen Grüßen / Best regards Kai Hudalla Chief Software Architect Bosch Software Innovations GmbH Schöneberger Ufer 89-91 10785 Berlin GERMANY

Meaning of linkCapacity

2017-07-21 Thread Hudalla Kai (INST/ECS4)
o the number of credits the consumer has flowed to Dispatch Router, which lets me assume that the credits to flow to a sender are mainly related to, well, what exactly? Can somebody shed some light on this? Mit freundlichen Grüßen / Best regards Kai Hudalla Chief Software Architect Bosch Software

Re: Meaning of linkCapacity

2017-07-24 Thread Hudalla Kai (INST/ECS4)
, i.e. the buffer's fill ratio should be a factor in determining how many credits are flown to the sender(s), or am I mistaken? Mit freundlichen Grüßen / Best regards Kai Hudalla Chief Software Architect Bosch Software Innovations GmbH Schöneberger Ufer 89-91 10785 Berlin GERMANY w

Re: Link handling after detach(close=false)

2018-01-30 Thread Hudalla Kai (INST/ECS4)
On 30.01.2018 11:28, Gordon Sim wrote: On 30/01/18 06:15, Kai wrote: Gordon, by "it" you are referring to the consumer/receiver, correct? Yes, the application receiving messages. Is it also ok for the receiver to send an attach with close=true in response to the reouter's deta

Re: Link handling after detach(close=false)

2018-01-31 Thread Hudalla Kai (INST/ECS4)
On 30.01.2018 13:48, Gordon Sim wrote: On 30/01/18 12:03, Hudalla Kai (INST/ECS4) wrote: Is it also ok for the receiver to send an attach with close=true in response to the reouter's detach (close=false), effectively closing the link for good? No, that would not work. The close actually nee

Auth Service in Dispatch Router 1.0.1

2018-04-09 Thread Hudalla Kai (INST/ECS4)
ired capability at all AFAICT. [1] https://github.com/EnMasseProject/enmasse/issues/702 -- Mit freundlichen Grüßen / Best regards Kai Hudalla Chief Software Architect Bosch Software Innovations GmbH Ullsteinstr. 128 12109 Berlin GERMANY www.bosch-si.com Registered Office: Berlin, Registration C

Handling of undeliverable messages in Dispatch Router

2018-05-24 Thread Hudalla Kai (INST/ECS4)
-dispatch-1.0.1/book/index.html#addressing Mit freundlichen Grüßen / Best regards Kai Hudalla Chief Software Architect Bosch Software Innovations GmbH Ullsteinstraße 128 12109 Berlin GERMANY www.bosch-si.com Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B; Chairma

Re: Handling of undeliverable messages in Dispatch Router

2018-05-25 Thread Hudalla Kai (INST/ECS4)
at 7:56 AM, Ted Ross wrote: > Hi Kai, > > What you describe is the current behavior of the router. When the > consumer detaches, the router does not revoke the credit already given > to the producer. There are two ways we can address this issue (I > agree that the current behav

Re: [ANNOUNCE] Apache Qpid Dispatch 1.4.0 released

2018-10-18 Thread Hudalla Kai (INST/ECS4)
On Tue, 2018-10-16 at 09:40 -0400, Ganesh Murthy wrote: > The Apache Qpid (http://qpid.apache.org) community is pleased to > announce the immediate availability of Apache Qpid Dispatch 1.4.0 > > Qpid Dispatch is a router for the Advanced Message Queuing Protocol 1.0 > (AMQP 1.0, ISO/IEC 19464, ht

Changes to auth plugin in Dispatch Router

2018-10-18 Thread Hudalla Kai (INST/ECS4)
, { "maxConnections": 1000, "enableVhostPolicy": true, "defaultVhost": "hono" }], ["vhost", { "hostname": "hono", "maxConnections": 500, "maxConnectionsPerUser": 20, "maxConn

Re: [ANNOUNCE] Apache Qpid Dispatch 1.4.0 released

2018-10-18 Thread Hudalla Kai (INST/ECS4)
On Thu, 2018-10-18 at 13:35 +0100, Gordon Sim wrote: > On 18/10/18 09:23, Hudalla Kai (INST/ECS4) wrote: > > > > On Tue, 2018-10-16 at 09:40 -0400, Ganesh Murthy wrote: > > > The Apache Qpid (http://qpid.apache.org) community is pleased to > > > announce the imme

Re: Changes to auth plugin in Dispatch Router

2018-10-18 Thread Hudalla Kai (INST/ECS4)
On Thu, 2018-10-18 at 14:43 +0100, Gordon Sim wrote: > On 18/10/18 10:04, Hudalla Kai (INST/ECS4) wrote: > > here is the router configuration file I am using: > > > > [ > >["router", { > > "id": "Hono.Example.Router&qu

Re: Changes to auth plugin in Dispatch Router

2018-10-19 Thread Hudalla Kai (INST/ECS4)
On Thu, 2018-10-18 at 21:56 +0100, Gordon Sim wrote: > On 18/10/18 15:07, Hudalla Kai (INST/ECS4) wrote: > > I am supplying them from the auth service in the same format that worked in > > 1.1.0. > > This is not a result of any change in the auth plugin itself. Since >