I believe the mirror should happen automatically within 24 hours. On Thu, Feb 2, 2017 at 10:57 AM, Andy Taylor <[email protected]> wrote:
> can we get it mirrored in Github? > > On 2 February 2017 at 15:34, Christopher Shannon < > [email protected]> wrote: > > > The repository is created. > > https://git-wip-us.apache.org/repos/asf?p=activemq-cli- > tools.git;a=summary > > > > I guess the next step is to get a Jira project added for it. I can put a > > ticket in for that. > > > > On Thu, Feb 2, 2017 at 10:11 AM, Clebert Suconic < > > [email protected]> > > wrote: > > > > > > Artemis broker would be > > > > slow with large XML. > > > > > > The stream reader is not parsing the whole file..it is streaming the > > > XML instead of loading the whole thing. > > > It will be the same as if it was reading a lot of data from any other > > > storage, the large XML won't make much a difference AFAIK. > > > > > > > > > > > Gzip certainly works. I wasn't thinking of doing anything crazy with > > > > compression. What I was thinking of was just doing something simple > > like > > > > have an optional flag the user could set for the command that would > > just > > > > end up creating a GZIPOutputStream and write the XML directly to a > gzip > > > > file which would save time (and disk space) from having to create the > > XML > > > > first and then compress it after the fact. > > > > > > > > > Yep, I thought the same.. it can definitely be done. > > > > > >
