Savoir Technologies
Savoir Technologies
  • Видео 17
  • Просмотров 1 313
Apache Camel Essentials: Monitoring Kickstart
Welcome back to another episode of Camel Essentials! In today's tutorial, we'll dive into the exciting world of monitoring Apache Camel applications - a crucial skill for ensuring smooth operations and improving the visibility of your Camel routes.
🚀 In this video, you'll learn:
* How to set up monitoring for your Camel applications using JMX (Java Management Extensions).
* Step-by-step instructions for integrating Camel Management Starter to monitor Camel routes, processors, and endpoints.
* Practical tips for viewing key metrics like message counts, processing times, and exchange details using tools like JConsole.
* How to leverage HawtIO for web-based Camel monitoring-a powerful tool for be...
Просмотров: 51

Видео

Apache ActiveMQ 6.1.5 Released!
Просмотров 5316 часов назад
Welcome to Savoir Labs where we talk about the latest Apache projects we've been testing in our Lab environment. This episode find out about what's new and improved in Apache ActiveMQ 6.1.5 release. Apache ActiveMQ 6.1.5: activemq.apache.org/components/classic/download/classic-06-01-05 Release Notes: issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12355276 Savoir Lab R...
Apache Camel Essentials: Camel/MySQL Kickstart
Просмотров 21День назад
In this video, we dive into Camel Essentials and walk through integrating MySQL with Apache Camel to write data to a relational database management system (RDBMS) using the JDBC component. We'll use ChatGPT to help generate some code, review its accuracy, and modify it as needed for a successful setup. We cover: * Setting up a JDBC component in Camel Routes to interact with MySQL. * Configuring...
Savoir Labs: Alternative to JAXB for Apache CXF JAX-WS workflows
Просмотров 31День назад
Welcome to Savoir Labs. In this lab we look into using Aegis as an alternative Data Binding when working with Apache CXF JAX-WS workflows. Apache CXF Ageis Docs: cxf.apache.org/docs/aegis-21.html Apache CXF 4.1.0 Release Notes: cxf.apache.org/cxf-410-release-notes.html Apache CXF 4.1.0 Jira Report: issues.apache.org/jira/projects/CXF/versions/12352630 Savoir Lab Reports: github.com/savoirtech/a...
Apache Karaf Essentials: Service Component Runtime (Declarative Services)
Просмотров 56Месяц назад
🚀 Welcome to Apache Karaf Essentials 🚀 In this video, Jamie Goodyear dives into the world of Declarative Services (DS) in Apache Karaf and explains how to simplify the OSGi development process using the Service Component Runtime (SCR). If you've been working with Java and OSGi, you may have used bundle activators or Blueprint to manage services and components. But in this tutorial, we focus on ...
Savoir Labs: Lets install a Nvidia RTX 1000 ADA into a 1U Dell Server - then run Ollama!
Просмотров 127Месяц назад
Welcome to Savoir Labs. In this video we’re upgrading one of our Dell R250 1U servers to include a Nvidia RTX 1000 Ada generation GPU.After installing the RTX card, and its drivers, we install & run Ollama. Music: RUclips Audio Library: Funk Down (Sting) - MK2 Sesame - Dyalla Sofa - Dyalla
Savoir Labs: Apache CXF 4.1.0 Released!
Просмотров 60Месяц назад
Welcome to Savoir Labs where we talk about the latest Apache projects we've been testing in our Lab environment. This episode find out about what's new and improved in Apache CXF 4.1.0 release. Release Notes: cxf.apache.org/cxf-410-release-notes.html Apache CXF 4.1.0 Jira Report: issues.apache.org/jira/projects/CXF/versions/12352630 Savoir Lab Reports: github.com/savoirtech/apache-cxf-report/tr...
Apache Camel Essentials: Camel/Kafka Kickstart
Просмотров 60Месяц назад
Welcome to Camel Essentials! In today's video, we'll walk you through a quick and simple setup of a Camel route using Spring Boot and Kafka. We'll show you how to use ChatGPT to generate the necessary Camel route code and integrate it into a Spring Boot project, all while handling pizza orders as our use case. 🧑‍🍳🍕 In this tutorial, we’ll cover: * How to create and configure a Camel route in Sp...
Savoir Labs: Apache CXF 4.0.6, 3.6.5, and 3.5.10 Releases
Просмотров 32Месяц назад
Welcome to Savoir Labs where we talk about the latest Apache projects we've been testing in our Lab environment. This episode find out about what's new and improved in Apache CXF 4.0.6, 3.6.5, and 3.5.10 releases. Release Notes: cxf.apache.org/cxf-406-release-notes.html cxf.apache.org/cxf-365-release-notes.html cxf.apache.org/cxf-3510-release-notes.html Savoir Lab Reports: github.com/savoirtech...
Apache Camel Essentials: Why?
Просмотров 169Месяц назад
Looking to streamline your business processes and maximize efficiency? Apache Camel is the ultimate integration framework trusted by businesses worldwide. 🌟 🔑 What you’ll discover in this video: • How Apache Camel empowers enterprises with seamless integration of diverse systems-legacy, cloud, APIs, and more. • Why its lightweight, flexible architecture is perfect for scaling operations. • The ...
Apache Karaf Essentials: Blueprint
Просмотров 97Месяц назад
Welcome to Apache Karaf Essentials! In today's video, Jamie Gooder takes you through an introduction to Blueprint in Apache Karaf. If you're working with OSGi (Open Service Gateway Initiative) and looking for a more efficient way to manage service components, Blueprint is a powerful tool that can save you from the boilerplate code traditionally required in bundle activators. Blueprint simplifie...
Apache Karaf Essentials: Migrating from ServiceMix to Karaf
Просмотров 109Месяц назад
Why You Should Migrate from Apache ServiceMix to Apache Karaf Welcome to Apache Karaf Essentials! In this episode, host Jamie Goodier explores the pressing need for organizations still using Apache ServiceMix to migrate to Apache Karaf 4.4.6 or newer. With ServiceMix reaching its twilight years, it's time to embrace the benefits of modern architecture, enhanced performance, and security updates...
Can't lose messages? Check out the INBOX PATTERN
Просмотров 972 месяца назад
Understanding the Inbox Pattern: Ensuring No Message Loss in Scalable Messaging Systems Welcome to the channel! In this video, Arthur Naseef, Senior Architect and Consultant at Savoir Technologies, explores one of his favorite messaging patterns - the Inbox Pattern. If you're involved in systems architecture or messaging middleware, this pattern is essential for ensuring reliable message delive...
Apache Karaf Essentials: Bundle Activator
Просмотров 962 месяца назад
In this video, Jamie Goodyear dives into the OSGi Bundle Activator to help you understand the dynamic nature of Apache Karaf applications. If you're an Apache Karaf developer or interested in OSGi framework, this guide will provide insight into how bundle activation works under the hood. ⏱ Topics Covered: Bundle Activator Interface Maven Bundle Plugin Service Registration Managed Services Imple...
Karaf Essentials: OSGi Lifecycle
Просмотров 992 месяца назад
🚀 Welcome to Apache Karaf Essentials 🚀 In this video, Jamie Goodyear dives into the OSGi Lifecycle to help you understand the dynamic nature of Apache Karaf applications. If you're an Apache Karaf developer or interested in OSGi framework, this guide will provide insight into how bundles work under the hood. Jamie walks through each stage from installation to activation and demonstrates command...
Kafka Essentials: Basics
Просмотров 872 месяца назад
Kafka Essentials: Basics
ActiveMQ Essentials - Queues vs Topics
Просмотров 852 месяца назад
ActiveMQ Essentials - Queues vs Topics

Комментарии

  • @jvminhell
    @jvminhell Месяц назад

    Do you plan make a video about declarative service ?

    • @savoirtech
      @savoirtech Месяц назад

      Yes! :) We have one currently in post-production, it should be next in queue for our weekly release.

    • @icbts-nl
      @icbts-nl Месяц назад

      @@savoirtech bet me to it - the SCR video is in editing and should be up next week.

  • @jvminhell
    @jvminhell 2 месяца назад

    Thank you to bring this ;)

    • @icbts-nl
      @icbts-nl 2 месяца назад

      You're welcome - we have more videos in the Karaf Eseentials series in editing :)

  • @jvminhell
    @jvminhell 2 месяца назад

    Sometime ago I tried to use servicemix but looks it is dead, currently I am still using karaf on PROD, the Idea is migrate to its latest version, glad to see conent like this talking about karaf

    • @icbts-nl
      @icbts-nl 2 месяца назад

      Thanks :) The SMX bundles subproject is still active, however the main line releases ended a while ago. Luckily Apache Karaf has remained an active project with regular releases and a friendly community.

  • @michaelelbaz7006
    @michaelelbaz7006 2 месяца назад

    Nice thanks 👍🏻👍🏻👍🏻