Re: web-console with non-embedded broker

2007-02-06 Thread James Strachan
On 2/5/07, robparrott <[EMAIL PROTECTED]> wrote: HI James, Can you describe in "lite" detail what would be needed to perform this refactoring? What classes, etc.? I took a look at my crappy code and was so embarrassed I've done most of the refactoring for you :). Its now very nearly working f

Re: web-console with non-embedded broker

2007-02-05 Thread robparrott
HI James, Can you describe in "lite" detail what would be needed to perform this refactoring? What classes, etc.? This would help me (and others, I suppose) assess whether I might take it on. thanks, rob James.Strachan wrote: > > Currently the Web Console is directly using the embedded bro

Re: web-console with non-embedded broker

2007-02-05 Thread James Strachan
Currently the Web Console is directly using the embedded broker (as it was the simplest way to get started); we'd need to do a bit of refactoring to be able to use the web console to connect to a remote broker over JMX. It shouldn't be too hard to do if anyone fancies taking a stab at a patch? ht