Hi,

This is a commercial version[1] of apache rocketmq and could be your
reference.

After trying this console, hope you could draft the design ASAP and then we
can discuss based on i.


Regards,
yukon

[1]. https://www.alibabacloud.com/product/mq

On Fri, Mar 16, 2018 at 2:41 AM, Ahmed Ifhaam <ahmedifha...@gmail.com>
wrote:

> Hi yukon,
>
> I checked the console and after you asked I have re checked it as well. I
> used it with the CLI tool in parallel too.
> In the requirement specification there was a reference console which I
> mentioned in my earlier mail that I couldn't get it to run. So I'm not
> exactly clear with the requirements. It would be a great help if someone
> can point me to a place where i can find the requirements. As I have to
> prepare the proposal (27th March) please kindly take a look at this ASAP.
>
> Thank you
>
> On Fri, Mar 9, 2018 at 9:05 PM, yukon <yu...@apache.org> wrote:
>
> > Edit the subject!
> >
> > On Fri, Mar 9, 2018 at 10:47 PM, yukon <yu...@apache.org> wrote:
> >
> > > Hi,
> > >
> > > ```
> > > The other thing is what are the expected features in the new console?
> > > ```
> > >
> > > Do you check out the features in the current console[1]?
> > >
> > > You may have ideas about the features after trying this console and the
> > > `admin` tool[2], then make a design and let's discuss based on it.
> > >
> > > Regards,
> > > yukon
> > >
> > > [1]. https://github.com/apache/rocketmq-externals/tree/
> > > master/rocketmq-console
> > > [2].https://github.com/apache/rocketmq/blob/master/
> > > distribution/bin/mqadmin
> > >
> > > On Thu, Mar 8, 2018 at 7:26 PM, Ahmed Ifhaam <ahmedifha...@gmail.com>
> > > wrote:
> > >
> > >> HI,
> > >> Regarding this RocketMQ-380,
> > >> I have issues in running the referenced console when ever i try to
> enter
> > >> my
> > >> personal details page is automatically redirected to home page.
> > >> Hence i'm not being able to activate the messaging service which i
> > believe
> > >> should work.
> > >> https://mns.console.aliyun.com/?spm=5176.2020520130.0.0.4db6
> > >> 3db5cHTXtU#/list/cn-hangzhou
> > >> From this link when i click activate button it is redirecting to the
> > home
> > >> page. but according to the documentation it should take me to a form
> to
> > >> fill my personal details. I created an account and i can login to my
> > >> account as well. Please help on this.
> > >>
> > >> The other thing is what are the expected features in the new console?
> > >> Please give a short description.
> > >>
> > >> Thanks in advance.
> > >>
> > >> On Wed, Mar 7, 2018 at 12:40 AM, Ahmed Ifhaam <ahmedifha...@gmail.com
> >
> > >> wrote:
> > >>
> > >> > Ok sorry, changing on bin/runbrocker.sh worked Thank you
> > >> >
> > >> > On Wed, Mar 7, 2018 at 12:27 AM, Sohaib Iftikhar <
> > sohaib1...@gmail.com>
> > >> > wrote:
> > >> >
> > >> >> Hi Ahmed,
> > >> >>
> > >> >> That file is for the nameserver. You also need to change the
> > JAVA_OPTS
> > >> for
> > >> >> the broker. Look at the fine `bin/runbroker.sh`.
> > >> >>
> > >> >> Thanks,
> > >> >> Sohaib
> > >> >>
> > >> >> On Tue, Mar 6, 2018 at 7:41 PM, Ahmed Ifhaam <
> ahmedifha...@gmail.com
> > >
> > >> >> wrote:
> > >> >>
> > >> >> > I tried the way you asked me to do, actually values were 4g only
> > even
> > >> >> > without changing but ichanged it back to 2gb also and tried no
> > effect
> > >> >> its
> > >> >> > taking 8 gb.
> > >> >> > I changed it in the file
> > >> >> > "distribution/target/apache-rocketmq/bin/runserver.sh" is it the
> > >> right
> > >> >> > file
> > >> >> > to change ?
> > >> >> >
> > >> >> > Thank you
> > >> >> >
> > >> >> > On Tue, Mar 6, 2018 at 12:00 PM, Ahmed Ifhaam <
> > >> ahmedifha...@gmail.com>
> > >> >> > wrote:
> > >> >> >
> > >> >> > > THANK YOU
> > >> >> > >
> > >> >> > > On Tue, Mar 6, 2018 at 11:22 AM, yukon <yu...@apache.org>
> wrote:
> > >> >> > >
> > >> >> > >> Hi,
> > >> >> > >>
> > >> >> > >> Change this line:
> > >> >> > >>
> > >> >> > >> ```
> > >> >> > >> JAVA_OPT="${JAVA_OPT} -server -Xms8g -Xmx8g -Xmn4g"
> > >> >> > >> ```
> > >> >> > >>
> > >> >> > >> to:
> > >> >> > >>
> > >> >> > >> ```
> > >> >> > >> JAVA_OPT="${JAVA_OPT} -server -Xms4g -Xmx4g -Xmn2g"
> > >> >> > >> ```
> > >> >> > >>
> > >> >> > >> It's a Java application, broker will only generate a 4G heap
> > now~
> > >> >> > >>
> > >> >> > >> Regards,
> > >> >> > >> yukon
> > >> >> > >>
> > >> >> > >> On Tue, Mar 6, 2018 at 1:14 PM, Ahmed Ifhaam <
> > >> ahmedifha...@gmail.com
> > >> >> >
> > >> >> > >> wrote:
> > >> >> > >>
> > >> >> > >> > hi yukon,
> > >> >> > >> > As you said its taking 8gb almost thats why my system is
> > getting
> > >> >> stuck
> > >> >> > >> > mostly. I read the scripts in the bin folder i didn't find a
> > >> place
> > >> >> to
> > >> >> > >> > adjust the memory needed. I have only 8GB of ram and my hard
> > >> disk
> > >> >> is
> > >> >> > >> not an
> > >> >> > >> > ssd so i need to work without swap as much as possible can
> you
> > >> >> help me
> > >> >> > >> on
> > >> >> > >> > this please .
> > >> >> > >> >
> > >> >> > >> > Thank you
> > >> >> > >> >
> > >> >> > >> > On Mon, Mar 5, 2018 at 5:02 PM, yukon <yu...@apache.org>
> > wrote:
> > >> >> > >> >
> > >> >> > >> > > Hi,
> > >> >> > >> > >
> > >> >> > >> > > The start script will consume 8GB mem, you could adjust
> the
> > >> >> script
> > >> >> > >> before
> > >> >> > >> > > running broker[1].
> > >> >> > >> > >
> > >> >> > >> > > Also please try the current rocketmq console for
> > reference[2].
> > >> >> > >> > >
> > >> >> > >> > > Let us know if you have any question.
> > >> >> > >> > >
> > >> >> > >> > > [1].
> > >> >> > >> > > https://github.com/apache/rocketmq/blob/master/
> > >> >> > >> > > distribution/bin/runbroker.sh
> > >> >> > >> > > [2].
> > >> >> > >> > > https://github.com/apache/rocketmq-externals/tree/
> > >> >> > >> > master/rocketmq-console
> > >> >> > >> > >
> > >> >> > >> > > Regards,
> > >> >> > >> > > yukon
> > >> >> > >> > >
> > >> >> > >> > > On Mon, Mar 5, 2018 at 5:33 PM, Ahmed Ifhaam <
> > >> >> > ahmedifha...@gmail.com>
> > >> >> > >> > > wrote:
> > >> >> > >> > >
> > >> >> > >> > > > Hi all,
> > >> >> > >> > > >
> > >> >> > >> > > > I'm Ahmed Ifhaam from Sri Lanka. I'm interested in
> > >> >> participating
> > >> >> > >> GSOC
> > >> >> > >> > > 2018.
> > >> >> > >> > > > For my project i'm willing to take ROCKETMQ-380
> > >> >> > >> > > > <https://issues.apache.org/jira/browse/ROCKETMQ-380>
> > issue.
> > >> >> Since
> > >> >> > >> i'm
> > >> >> > >> > > new
> > >> >> > >> > > > to the product. Where can i start ? Please help me on
> > this.
> > >> I
> > >> >> > tried
> > >> >> > >> > > running
> > >> >> > >> > > > Rocket-MQ but it is taking a lot of memory which results
> > my
> > >> >> system
> > >> >> > >> to
> > >> >> > >> > > hang.
> > >> >> > >> > > > I'm looking for the proper way to start solving this
> > issue.
> > >> >> > >> > > >
> > >> >> > >> > > > Thank you.
> > >> >> > >> > > >
> > >> >> > >> > > > --
> > >> >> > >> > > > *Ahmed Ifhaam *
> > >> >> > >> > > > University of Kelaniya | MIT '19
> > >> >> > >> > > > Tel :- 94662244937 | Mob :- 94776699609
> > >> >> > >> > > > ahmedifha...@gmail.com <e-mail-ahmedifha...@gmail.com>
> > >> >> > >> > > >
> > >> >> > >> > >
> > >> >> > >> >
> > >> >> > >> >
> > >> >> > >> >
> > >> >> > >> > --
> > >> >> > >> > *Ahmed Ifhaam *
> > >> >> > >> > University of Kelaniya | MIT '19
> > >> >> > >> > Tel :- 0662244937 | Mob :- 0776699609
> > >> >> > >> > ahmedifha...@gmail.com <e-mail-ahmedifha...@gmail.com>
> > >> >> > >> >
> > >> >> > >>
> > >> >> > >
> > >> >> > >
> > >> >> > >
> > >> >> > > --
> > >> >> > > *Ahmed Ifhaam *
> > >> >> > > University of Kelaniya | MIT '19
> > >> >> > > Tel :- 0662244937 | Mob :- 0776699609
> > >> >> > > ahmedifha...@gmail.com <e-mail-ahmedifha...@gmail.com>
> > >> >> > >
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >> > --
> > >> >> > *Ahmed Ifhaam *
> > >> >> > University of Kelaniya | MIT '19
> > >> >> > Tel :- 0662244937 | Mob :- 0776699609
> > >> >> > ahmedifha...@gmail.com <e-mail-ahmedifha...@gmail.com>
> > >> >> >
> > >> >>
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > *Ahmed Ifhaam *
> > >> > University of Kelaniya | MIT '19
> > >> > Tel :- 0662244937 | Mob :- 0776699609
> > >> > ahmedifha...@gmail.com <e-mail-ahmedifha...@gmail.com>
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> *Ahmed Ifhaam *
> > >> University of Kelaniya | MIT '19
> > >> Tel :- 0662244937 | Mob :- 0776699609
> > >> ahmedifha...@gmail.com <e-mail-ahmedifha...@gmail.com>
> > >>
> > >
> > >
> >
>
>
>
> --
> *Ahmed Ifhaam *
> University of Kelaniya | MIT '19
> Tel :- 0662244937 | Mob :- 0776699609
> ahmedifha...@gmail.com <e-mail-ahmedifha...@gmail.com>
>

Reply via email to