Re: Settings for aggressive reconnections?

2022-02-18 Thread Mark Raynsford
=CONNECTION_TIMEDOUT] But that's not hugely helpful if no reconnection attempt is apparently made. -- Mark Raynsford | https://www.io7m.com

Re: Settings for aggressive reconnections?

2022-02-18 Thread Mark Raynsford
On 2022-02-18T12:55:17 + Mark Raynsford wrote: > > final var message = subscriber.receive(1_000L); > message.acknowledge(); Obviously there should be a null check here. :) -- Mark Raynsford | https://www.io7m.com

Settings for aggressive reconnections?

2022-02-18 Thread Mark Raynsford
s there some kind of heartbeat mechanism that I'm not seeing in the API? I think part of the problem has been that the topics these clients are subscribed to are very low traffic, and so it almost seems like clients lose the connection but don't notice. -- Mark Raynsford | https://www.io7m.com

Re: MQTT over UDP?

2021-06-14 Thread Mark Raynsford
ittees/download.php/66091/MQTT-SN_spec_v1.2.pdf -- Mark Raynsford | https://www.io7m.com pgpa4Vh5Tzpy6.pgp Description: OpenPGP digital signature

MQTT over UDP?

2021-06-13 Thread Mark Raynsford
Hello! Are there any plans to support MQTT over UDP? It seems that Artemis only supports TCP right now. -- Mark Raynsford | https://www.io7m.com pgpmXPtkFWyDD.pgp Description: OpenPGP digital signature

Re: Unable to receive multicast messages

2021-06-03 Thread Mark Raynsford
On 2021-06-03T11:03:02 + Mark Raynsford wrote: > I've tried setting the routing type to MULTICAST on individual > addresses, but this made no difference. That was supposed to say "on individual messages". -- Mark Raynsford | https://www.io7m.com pgpBbGj_HCMTV.pgp

Unable to receive multicast messages

2021-06-03 Thread Mark Raynsford
cted.base.q" queue consistently has no messages in it. The web view shows both address and queue as having a routing type of MULTICAST. Is there something else I'm supposed to do? -- Mark Raynsford | https://www.io7m.com pgpdLueR1HRrb.pgp Description: OpenPGP digital signature

Re: [Fixed] Programatically setting up a proxying broker

2017-08-03 Thread Mark Raynsford
ibution from the command line (DiscoveryNetworkConnector). -- Mark Raynsford | http://www.io7m.com pgpDMEzjd5rqO.pgp Description: OpenPGP digital signature

Re: [Fixed] Programatically setting up a proxying broker

2017-08-03 Thread Mark Raynsford
t realize this when I subclassed it and so ended up with a connector that didn't really do anything. Thanks for your time! -- Mark Raynsford | http://www.io7m.com pgpfrDWNgcQRn.pgp Description: OpenPGP digital signature

Re: [Fixed] Programatically setting up a proxying broker

2017-08-03 Thread Mark Raynsford
lly do any useful work. -- Mark Raynsford | http://www.io7m.com pgpkLGunPInbJ.pgp Description: OpenPGP digital signature

Re: Programatically setting up a proxying broker

2017-08-02 Thread Mark Raynsford
the transport connectors with URIs, I don't actually get direct access to instances upon which I can call start(), so I've not added anything there. -- Mark Raynsford | http://www.io7m.com pgplyX6IMJEew.pgp Description: OpenPGP digital signature

Re: Programatically setting up a proxying broker

2017-08-01 Thread Mark Raynsford
path on the mechanism for including > destinations, because I forgot a very important advantage that statically > included destinations have over dynamically included ones: messages will be > forwarded to the main broker even when there are no consumers attached to > the main broker. Got it.

Re: Programatically setting up a proxying broker

2017-07-31 Thread Mark Raynsford
Still no luck, unfortunately. This is the test program I'm using now: http://ataxia.io7m.com/2017/07/31/ForwardingServers.java I use setDynamicallyIncludedDestinations() with a wildcard topic ">". I still see no subscriptions on the proxy broker from the receiver broker.

Re: Programatically setting up a proxying broker

2017-07-31 Thread Mark Raynsford
works are something you should consider." I'll give the dynamic configuration with a wildcard a shot now. -- Mark Raynsford | http://www.io7m.com pgprc0lcrfH2f.pgp Description: OpenPGP digital signature

Re: Programatically setting up a proxying broker

2017-07-31 Thread Mark Raynsford
and given that plain ActiveMQ doesn't seem to want to forward messages no matter what I tell it, does this suggest that people don't typically deploy brokers in this way? -- Mark Raynsford | http://www.io7m.com pgpdPePUgxZ21.pgp Description: OpenPGP digital signature

Re: Programatically setting up a proxying broker

2017-07-30 Thread Mark Raynsford
ms of the class "nothing happens". :) -- Mark Raynsford | http://www.io7m.com pgpsv6QDYyULg.pgp Description: OpenPGP digital signature

Re: Programatically setting up a proxying broker

2017-07-30 Thread Mark Raynsford
't > find it now so it's possible I'm misremembering. > > Tim 'Lo. Switching out the NIO connector for the plain TCP connector made no difference, unfortunately. -- Mark Raynsford | http://www.io7m.com pgpEPOWuBTVJc.pgp Description: OpenPGP digital signature

Programatically setting up a proxying broker

2017-07-29 Thread Mark Raynsford
made some trivial mistake somewhere: http://ataxia.io7m.com/2017/07/29/ForwardingServers.java Any insights would be appreciated. -- Mark Raynsford | http://www.io7m.com pgpsHojtW2SGw.pgp Description: OpenPGP digital signature