Create a simple queue to queue Apache Camel route

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 12

  • @ayanSaha13291
    @ayanSaha13291 9 ปีที่แล้ว

    One problem I am getting while trying out this example of yours. My application is started well and good. But not sure whether my camel context has been started as I can't see messages in the first queue has been consumed by the second queue. I did a work around and tried to start the camel context via a java main class and it worked. Can you please advice me if there is something special I need to do to start the camel context while using xml configuration with the latest camel jars. Thanks in advance.

  • @abhijitmankar2066
    @abhijitmankar2066 5 ปีที่แล้ว

    I have my custome Queue information and i want to send message on ActiveMQ Queue with this info. can you share any video or info?

  • @nikitashahu
    @nikitashahu 8 ปีที่แล้ว

    Hi, Thanks alot for these videos.Have you put camel routing on github .. .could you please share the link ?

  • @martinhamilton3139
    @martinhamilton3139 7 ปีที่แล้ว

    Is it possible to make available the dependencies sheet you copied and pasted from please?

    • @martinhamilton3139
      @martinhamilton3139 7 ปีที่แล้ว

      ignore list found it in github - thanks

    • @discospiff
      @discospiff  7 ปีที่แล้ว

      Yep, I was just going to reply with the pom.xml on GitHub: github.com/discospiff/JavaFullStackEnterpriseWeb/blob/master/PlantPlaces/pom.xml

  • @DattatrayaTembare
    @DattatrayaTembare 7 ปีที่แล้ว

    I think, when there are multiple videos on same topic, then before and after videos link should be posted in description.
    I tried to find under your published videos but didn't get easily.

    • @discospiff
      @discospiff  7 ปีที่แล้ว

      Dattatraya - they are part of two playlists: th-cam.com/play/PL73qvSDlAVVixd1FFxiCCQX0fT5ixhJB_.html
      th-cam.com/play/PL73qvSDlAVVhIVQX7d36glpQllxCIxEyR.html
      You can find all videos there.
      I appreciate your comments. Because many of my videos are in multiple playlists, the 'prevous' and 'next' videos may be relative to that playlist.

  • @gagangupta1255
    @gagangupta1255 8 ปีที่แล้ว

    Nice video Brandon. Have you made the code available on Github?

  • @ayanSaha13291
    @ayanSaha13291 9 ปีที่แล้ว

    Hi Brandan ,
    First of all , thanks for uploading this video. Can you please share the github link for this code.

    • @discospiff
      @discospiff  9 ปีที่แล้ว +1

      +ayan Saha Everything except for the Camel routing is here: github.com/discospiff/JavaFullStackEnterpriseWeb I did the camel routing in a separate project... I'll try to get it cloned over to GitHub soon. Thanks for the note!

    • @ayanSaha13291
      @ayanSaha13291 9 ปีที่แล้ว

      Thanks a lot. :)