Matt Pavlovich

Results 197 comments of Matt Pavlovich

How about reducing the number of annotations down to one? ``` @MessageListener(destination="queue://event.queue", converter=MyEventConverter.class) ``` 1. Destination can use fully qualified (or default to queue) 2. Message Type detection should be...

Can you assign the task to me so it shows up on my GH todo's?

@jbonofre any update on jakarta spec support? I think this PR is close and provides the benefit of separating spec api from impl. Thoughts?

The .flush() here makes good sense. I've seen similar 'hangs' during stop from time-to-time as well. +1

How about support injecting in a MapFactory to a FileFactory class? The default could be JDK-native maps and then allow users to use any map type they want at runtime...

@cshannon agree. Whether it is called “tech preview” or “experimental” is not a big deal to me. This first pass is about getting some modules so unit/itests and profiling work...

@cshannon agreed, great points. +1 on returning the object in the API. 1. Re naming-- there is already a [MessageInterceptor.java](https://github.com/apache/activemq/blob/36da4f0ce329618f4eca280fbea279c64afa7b1b/activemq-broker/src/main/java/org/apache/activemq/broker/inteceptor/MessageInterceptor.java#L22) that is broker-wide, so I went with 'Strategy' since it...

Do you have a thread dump of the deadlock occurring?

I'm starting to see more consumer v provider BOM separation. This helps cut down on the secondary bom imports when used by consumer-only users. I guess it comes down to...

I'll re-work this to be activemq-bom for now to get some cylces on it.. adding a activemq-bom-client and/or activemq-bom-server later is something that can be done iteratively I'll plan to...