Re: ActiveMQ v5 plugin migration to Artemis

2020-02-15 Thread David Martin
Thanks Justin, That sounds like a great idea to me - will submit a pr. It enables clients to be quite dumb and the broker can also be in full control of what they receive based on their credentials. Dave On Sat, Feb 15, 2020, 7:06 PM Justin Bertram wrote: > Interceptors work on a per-protocol

Re: ActiveMQ v5 plugin migration to Artemis

2020-02-15 Thread Justin Bertram
Interceptors work on a per-protocol basis and the way they work for each is slightly different. I think you can do what you want for core clients using interceptors, but I don't think it will work for AMQP. AMQP interceptors don't intercept low-level packets/frames like the other interceptors do be

Re: ActiveMQ v5 plugin migration to Artemis

2020-02-15 Thread David Martin
Hi Justin, AMQP or Core - can be either Thanks, Dave On Fri, Feb 14, 2020, 11:02 PM Justin Bertram wrote: > What protocol are your clients going to be using? > > > Justin > > On Fri, Feb 14, 2020 at 3:28 PM David Martin wrote: > > > Thanks Chris - > > > > Unfortunately what I need to overri