Re: [ANNOUNCEMENT] Brand new Apache Camel website
There is already an issue for this: https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-13872 Il giorno mer 21 ago 2019 alle ore 07:02 Burkard Stephan < stephan.burk...@visana.ch> ha scritto: > Fantastic work, congratulations! > > As Willem already mentioned, it is a bit annoying that the old links are > no more working. Google will soon be updated, but all the documentation > links on Stackoverflow and in the Mailing list archive are dead. > > It would be very nice if there were webserver redirects in place to guide > callers of the old links to the new page. I think it would also be > sufficient to redirect all old component links to the new component > reference page since this has a left side navigation to all component > pages. > > Another strategy: Check the most popular 404 errors in whatever analytics > tool in place and then create redirects for them. > > Some examples: > > https://camel.apache.org/activemq.html => > https://camel.apache.org/components/latest/activemq-component.html > https://camel.apache.org/file2.html=> > https://camel.apache.org/components/latest/file-component.html > https://camel.apache.org/splitter.html => > https://camel.apache.org/manual/latest/split-eip.html > > > Stephan > > > -Ursprüngliche Nachricht- > Von: Zoran Regvart > Gesendet: Dienstag, 20. August 2019 15:03 > An: d...@camel.apache.org; users@camel.apache.org > Betreff: [ANNOUNCEMENT] Brand new Apache Camel website > > Hi Cameleers! > I'm delighted to announce that the new Apache Camel website is live now. > This has been a work that many of you contributed to either directly by > modifying the site content working on the design or functionality or > indirectly by providing feedback. > > Have a look at the new website at: > > https://camel.apache.org/ > > Please feel free to share feedback we're always looking for ways to > improve, we already have some issues that we're working on[1]. > > If you find any issues with the website you can either create a an JIRA > issue and set the component to 'website', or you can use the new > functionality 'Edit this Page' to suggest improvements yourself! > > zoran > > [1] > https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20component%20%3D%20website > -- > Zoran Regvart >
Re: [ANNOUNCEMENT] Brand new Apache Camel website
Hi Burkard, yes I understand it's annoying that the old links stopped working, hopefully the approach Jan suggested on CAMEL-13872[1] would help with that. zoran [1] https://issues.apache.org/jira/browse/CAMEL-13872 On Wed, Aug 21, 2019 at 7:02 AM Burkard Stephan wrote: > > Fantastic work, congratulations! > > As Willem already mentioned, it is a bit annoying that the old links are no > more working. Google will soon be updated, but all the documentation links on > Stackoverflow and in the Mailing list archive are dead. > > It would be very nice if there were webserver redirects in place to guide > callers of the old links to the new page. I think it would also be sufficient > to redirect all old component links to the new component reference page since > this has a left side navigation to all component pages. > > Another strategy: Check the most popular 404 errors in whatever analytics > tool in place and then create redirects for them. > > Some examples: > > https://camel.apache.org/activemq.html => > https://camel.apache.org/components/latest/activemq-component.html > https://camel.apache.org/file2.html=> > https://camel.apache.org/components/latest/file-component.html > https://camel.apache.org/splitter.html => > https://camel.apache.org/manual/latest/split-eip.html > > > Stephan > > > -Ursprüngliche Nachricht- > Von: Zoran Regvart > Gesendet: Dienstag, 20. August 2019 15:03 > An: d...@camel.apache.org; users@camel.apache.org > Betreff: [ANNOUNCEMENT] Brand new Apache Camel website > > Hi Cameleers! > I'm delighted to announce that the new Apache Camel website is live now. This > has been a work that many of you contributed to either directly by modifying > the site content working on the design or functionality or indirectly by > providing feedback. > > Have a look at the new website at: > > https://camel.apache.org/ > > Please feel free to share feedback we're always looking for ways to improve, > we already have some issues that we're working on[1]. > > If you find any issues with the website you can either create a an JIRA issue > and set the component to 'website', or you can use the new functionality > 'Edit this Page' to suggest improvements yourself! > > zoran > > [1] > https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20component%20%3D%20website > -- > Zoran Regvart -- Zoran Regvart
Re: [ANNOUNCEMENT] Brand new Apache Camel website
Hi Willem, it'll take some time for the search engines to re-index, I expected this to happen, I don't think it'll take more than few days for the search indexes to update. I'll try to speed this up on Google via the Google Search Console. Jan already proposed that we redirect from previous URLs to new ones see CAMEL-13872[1]. zoran [1] https://issues.apache.org/jira/browse/CAMEL-13872 On Wed, Aug 21, 2019 at 3:06 AM Willem Jiang wrote: > > Hi Zoran, > > It's really a great work, now we have a modernized website. > My question is do we have archived the old website, as I try to look > up some swagger related page[1] with google I just got the link is > broken issue. > It's could be better if we have a fallback redirect to the old > archived website incase the current new website link is broken. > > [1]https://camel.apache.org/swagger.html > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Tue, Aug 20, 2019 at 9:03 PM Zoran Regvart wrote: > > > > Hi Cameleers! > > I'm delighted to announce that the new Apache Camel website is live > > now. This has been a work that many of you contributed to either > > directly by modifying the site content working on the design or > > functionality or indirectly by providing feedback. > > > > Have a look at the new website at: > > > > https://camel.apache.org/ > > > > Please feel free to share feedback we're always looking for ways to > > improve, we already have some issues that we're working on[1]. > > > > If you find any issues with the website you can either create a an > > JIRA issue and set the component to 'website', or you can use the new > > functionality 'Edit this Page' to suggest improvements yourself! > > > > zoran > > > > [1] > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20component%20%3D%20website > > -- > > Zoran Regvart -- Zoran Regvart
Re: Using Message Groups with SEDA
Hi SEDA does not support this kind, there is a worker thread pool that grabs next task on the queue. Not sure if you can implement some kind of custom queue that only makes tasks visible for threads/workers based on message id correlation. Also it sounds more like a feature from kafka itself, you can/should find out if it has. Other MOM has that like ActiveMQ. On Mon, Aug 19, 2019 at 9:49 AM Mani.Likhdhari wrote: > > Hi Team, > > I need to use a Message Group with SEDA based on some kind of Unique > Identifier to correlate messages which should be processed in order by a > single thread. > Example, all incoming feed form Kafka with same Message Id should be > processed by same SEDA thread. > > I followed this link but couldn’t get any concrete solution > (https://camel.apache.org/parallel-processing-and-ordering.html). > > Kindly let me know if I can achieve this using SEDA. > > -Mani -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
Re: Using SIMPLE JMS2 COMPONENT in SpringBoot+Camel Project
Yes you need camel-sjms2-starter since you use that component. On Sat, Aug 3, 2019 at 9:38 AM Wang Yan wrote: > > I am currently using camel + Springboot for my project > > I also want to use camel sjms2 component > > my question is > > I already used camel-spring-boot-starter in project's dependency for > springboot auto configuration. > > Do I also need to add camel-sjms2-starter in dependency as well? > > My gut feeling is camel-spring-boot-starter should > automatically includes another camel component's starter > when it is needed for springboot auto configuration. > > But in sjms2 document , it suggests to add > camel-sjms2-starter for springboot project, > See document link below > https://camel.apache.org/staging/components/latest/sjms2-component.html > > Any suggestions are more than welcome! > > W.Y -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
AW: [ANNOUNCEMENT] Brand new Apache Camel website
Fantastic work, congratulations! As Willem already mentioned, it is a bit annoying that the old links are no more working. Google will soon be updated, but all the documentation links on Stackoverflow and in the Mailing list archive are dead. It would be very nice if there were webserver redirects in place to guide callers of the old links to the new page. I think it would also be sufficient to redirect all old component links to the new component reference page since this has a left side navigation to all component pages. Another strategy: Check the most popular 404 errors in whatever analytics tool in place and then create redirects for them. Some examples: https://camel.apache.org/activemq.html => https://camel.apache.org/components/latest/activemq-component.html https://camel.apache.org/file2.html=> https://camel.apache.org/components/latest/file-component.html https://camel.apache.org/splitter.html => https://camel.apache.org/manual/latest/split-eip.html Stephan -Ursprüngliche Nachricht- Von: Zoran Regvart Gesendet: Dienstag, 20. August 2019 15:03 An: d...@camel.apache.org; users@camel.apache.org Betreff: [ANNOUNCEMENT] Brand new Apache Camel website Hi Cameleers! I'm delighted to announce that the new Apache Camel website is live now. This has been a work that many of you contributed to either directly by modifying the site content working on the design or functionality or indirectly by providing feedback. Have a look at the new website at: https://camel.apache.org/ Please feel free to share feedback we're always looking for ways to improve, we already have some issues that we're working on[1]. If you find any issues with the website you can either create a an JIRA issue and set the component to 'website', or you can use the new functionality 'Edit this Page' to suggest improvements yourself! zoran [1] https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20component%20%3D%20website -- Zoran Regvart
Re: [ANNOUNCEMENT] Brand new Apache Camel website
Hi Yay its really fantastic to finally see a new website. And now with a modern tech for the website we can much easier update and keep it more modern for the future, and also it should help encourage users to contribute to its content to help build a better user guide. Huge thanks to all involved. On Tue, Aug 20, 2019 at 3:03 PM Zoran Regvart wrote: > > Hi Cameleers! > I'm delighted to announce that the new Apache Camel website is live > now. This has been a work that many of you contributed to either > directly by modifying the site content working on the design or > functionality or indirectly by providing feedback. > > Have a look at the new website at: > > https://camel.apache.org/ > > Please feel free to share feedback we're always looking for ways to > improve, we already have some issues that we're working on[1]. > > If you find any issues with the website you can either create a an > JIRA issue and set the component to 'website', or you can use the new > functionality 'Edit this Page' to suggest improvements yourself! > > zoran > > [1] > https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20component%20%3D%20website > -- > Zoran Regvart -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
Re: [ANNOUNCEMENT] Brand new Apache Camel website
Congratulations, and well done to all who have been involved in the website renewal!!! On Tue, Aug 20, 2019 at 10:03 PM Zoran Regvart wrote: > Hi Cameleers! > I'm delighted to announce that the new Apache Camel website is live > now. This has been a work that many of you contributed to either > directly by modifying the site content working on the design or > functionality or indirectly by providing feedback. > > Have a look at the new website at: > > https://camel.apache.org/ > > Please feel free to share feedback we're always looking for ways to > improve, we already have some issues that we're working on[1]. > > If you find any issues with the website you can either create a an > JIRA issue and set the component to 'website', or you can use the new > functionality 'Edit this Page' to suggest improvements yourself! > > zoran > > [1] > https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20component%20%3D%20website > -- > Zoran Regvart >
Re: [ANNOUNCEMENT] Brand new Apache Camel website
Hi Zoran, It's really a great work, now we have a modernized website. My question is do we have archived the old website, as I try to look up some swagger related page[1] with google I just got the link is broken issue. It's could be better if we have a fallback redirect to the old archived website incase the current new website link is broken. [1]https://camel.apache.org/swagger.html Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Aug 20, 2019 at 9:03 PM Zoran Regvart wrote: > > Hi Cameleers! > I'm delighted to announce that the new Apache Camel website is live > now. This has been a work that many of you contributed to either > directly by modifying the site content working on the design or > functionality or indirectly by providing feedback. > > Have a look at the new website at: > > https://camel.apache.org/ > > Please feel free to share feedback we're always looking for ways to > improve, we already have some issues that we're working on[1]. > > If you find any issues with the website you can either create a an > JIRA issue and set the component to 'website', or you can use the new > functionality 'Edit this Page' to suggest improvements yourself! > > zoran > > [1] > https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20component%20%3D%20website > -- > Zoran Regvart
Re: [ANNOUNCEMENT] Brand new Apache Camel website
I too can only say how wonderful it looks! It must have been quite a bit of work! On Tue, 20 Aug 2019 at 15:03, Zoran Regvart wrote: > > Hi Cameleers! > I'm delighted to announce that the new Apache Camel website is live > now. This has been a work that many of you contributed to either > directly by modifying the site content working on the design or > functionality or indirectly by providing feedback. > > Have a look at the new website at: > > https://camel.apache.org/ > > Please feel free to share feedback we're always looking for ways to > improve, we already have some issues that we're working on[1]. > > If you find any issues with the website you can either create a an > JIRA issue and set the component to 'website', or you can use the new > functionality 'Edit this Page' to suggest improvements yourself! > > zoran > > [1] > https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20component%20%3D%20website > -- > Zoran Regvart -- Robert von Burg dipl. Informatiker in Softwareentwicklung HF / pBac-Eng ODEC software development system & network administration https://strolch.li
Re: [ANNOUNCEMENT] Brand new Apache Camel website
Awesome. It looks so fresh and nice :) Kudos to all Cameleers that made this possible. Alex On Tue, Aug 20, 2019 at 3:39 PM Michael Joyner wrote: > Wow, it looks great > > On Tue, Aug 20, 2019 at 6:03 AM Zoran Regvart wrote: > > > Hi Cameleers! > > I'm delighted to announce that the new Apache Camel website is live > > now. This has been a work that many of you contributed to either > > directly by modifying the site content working on the design or > > functionality or indirectly by providing feedback. > > > > Have a look at the new website at: > > > > https://camel.apache.org/ > > > > Please feel free to share feedback we're always looking for ways to > > improve, we already have some issues that we're working on[1]. > > > > If you find any issues with the website you can either create a an > > JIRA issue and set the component to 'website', or you can use the new > > functionality 'Edit this Page' to suggest improvements yourself! > > > > zoran > > > > [1] > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20component%20%3D%20website > > -- > > Zoran Regvart > > > > > -- > Sincerely, > Michael Joyner >
Re: [ANNOUNCEMENT] Brand new Apache Camel website
Wow, it looks great On Tue, Aug 20, 2019 at 6:03 AM Zoran Regvart wrote: > Hi Cameleers! > I'm delighted to announce that the new Apache Camel website is live > now. This has been a work that many of you contributed to either > directly by modifying the site content working on the design or > functionality or indirectly by providing feedback. > > Have a look at the new website at: > > https://camel.apache.org/ > > Please feel free to share feedback we're always looking for ways to > improve, we already have some issues that we're working on[1]. > > If you find any issues with the website you can either create a an > JIRA issue and set the component to 'website', or you can use the new > functionality 'Edit this Page' to suggest improvements yourself! > > zoran > > [1] > https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20component%20%3D%20website > -- > Zoran Regvart > -- Sincerely, Michael Joyner
[ANNOUNCEMENT] Brand new Apache Camel website
Hi Cameleers! I'm delighted to announce that the new Apache Camel website is live now. This has been a work that many of you contributed to either directly by modifying the site content working on the design or functionality or indirectly by providing feedback. Have a look at the new website at: https://camel.apache.org/ Please feel free to share feedback we're always looking for ways to improve, we already have some issues that we're working on[1]. If you find any issues with the website you can either create a an JIRA issue and set the component to 'website', or you can use the new functionality 'Edit this Page' to suggest improvements yourself! zoran [1] https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20component%20%3D%20website -- Zoran Regvart