Automatically create queues on any [GET], [POST] HTTP requests and omit static configuration.
It would be great to have a flag to enable creation of queues on http request - instead of returning not found.
This can eliminate static config files, especially helpful during dev/test cycle, where we don't want to maintain multiple queue configurations, we just want it to do what a mock server needs to do automatically.
I don't mind taking a stab at it... Could someone please suggest which files to look at to start with?
Also, I don't have a Java env setup so im not sure how I'd build and test.