Re: Camel Java DSL Cheat

2021-01-11 Thread Michael Joyner
cheat sheet for the Java DSL. > > Maybe also useful for others: > > https://github.com/assimbly/camel-examples > > In case you miss something just make a PR. > > Kind regards, > > Raymond > -- -- Michael Joyner Solutions Architect SugarCRM mobile: (206)-288-

Re: A video intro for Camel

2020-04-14 Thread Michael Joyner
iew?usp=sharing > >> If you like, anyone is welcome to use it. :) Thanks. > >> > >> -Christina Lin > >> > > > > > > -- > > Arun Mannuru > > Phone: +1 618 604-6499 > > Email: arunm...@gmail.com > > Website: www.arunmannuru.com > > Linke

Re: Newbie questions around AMQ and Camel Redelivery

2020-02-10 Thread Michael Joyner
>>> Is this correct? > >>> > >>> My confusion is about the trade off (if any) between these 2 > >>> approaches as my googling has not found any examples of both AMQ > >>> transactional client and Camel errorHandling being used together. > >>> > >>> I ask also as I wonder if there is Camel errorHandler retry > >>> functionality that is available that might trump > >>> ActiveMQConnectionFactory retry functionality? > >>> > >>> Can you separate the concept of transactional client and retries? Ie > >>> have ActiveMQConnectionFactory as a transactional client but have your > >>> retries handled by camel? This is where my brain starts to get fuzzy. > >>> > >>> Cheers for any advice.. > >>> > >>> n > >> > > -- -- Michael Joyner Solutions Architect SugarCRM mobile: (206)-288-3937 email: michaelwjoy...@gmail.com <https://facebook.com/michaelwjoyner>..

Re: [ANNOUNCEMENT] Brand new Apache Camel website

2019-08-20 Thread Michael Joyner
https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20component%20%3D%20website > -- > Zoran Regvart > -- Sincerely, Michael Joyner

Re: transfer data between 2 database without data lost in camel

2019-04-28 Thread Michael Joyner
please let me > know. > > > any suggestions would be appreciated. > > > > -- > *Maryam Eslahi* > -- Sincerely, Michael Joyner

Re: Camel Documentation

2019-04-23 Thread Michael Joyner
ocumentation for the project. is it whatever is in github? In other words, > this README, and everything that it is connected to ? > Or will the new documentation be elsewhere. > > I'm wondering what is the best place to contribute to the documentation. > -- Sincerely, Michael Joyner

Re: Writing Custom Splitter for large File

2019-04-22 Thread Michael Joyner
t; >> > > to say true when the key changes. > >> > > > >> > > On Sun, Apr 21, 2019 at 4:43 PM Darius Cooper < > dariuscoo...@gmail.com > >> > > >> > > wrote: > >> > > > > >> > > > Thanks. I got this working, but still

Re: Writing Custom Splitter for large File

2019-04-20 Thread Michael Joyner
tm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon > > > Virus-free. > www.avast.com > < > https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link > > > <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > -- Sincerely, Michael Joyner

Re: Camel + Spring Boot as a backend?

2019-04-16 Thread Michael Joyner
ady done for me. > > What are your thoughts on trying to implement the backend of this simple > inventory system with > a pretty simple Spring Boot + Camel + RDMS application, hosted on a beefy > server and not running > in an app server or Docker? > > Thanks. > > Ron > -- Sincerely, Michael Joyner

Aggregation to fire endpoint until predicate is satisfied

2018-09-12 Thread Michael Joyner
body.get('offset')} != -1") .completionTimeout(BATCH_TIME_OUT) .execute("direct:fetchBatchFromAPI") <== LIKE THIS .log("All records are fetched "); I bascially want to avoid looping when the aggregator has a predicate. I just want to ask if there is a method that I don't know about. Thank you, Michael Joyner

Fuse Tooling and Dozer component

2018-08-26 Thread Michael Joyner
Hi, Does anyone know a way to invoke the Data Transformation wizard in Java DSL? I can get it work with Spring XML DSL, but I am at a loss getting it to work with Java DSL. Thanks!

Re: log plugin for hawtio and camel

2018-08-12 Thread Michael Joyner
g 13, 2018 at 2:33 PM Michael Joyner > wrote: > > > @Tadayoshi Sato > > I am looking to have the console logging from Spring and especially Camel > > go to Hawt. Mainly so I don't need to flip screens and if I not in the CLI. > > Would Hawtio-Log do all that? &g

Re: log plugin for hawtio and camel

2018-08-12 Thread Michael Joyner
ted but the code is now merged into hawtio-jmx repository and > maintained there. > > Regards, > Tadayoshi > > On Sun, Aug 12, 2018 at 3:19 AM Michael Joyner > wrote: > > > Hi, > > I went on hawt.io to search the loggin plugin to see my camel logs and

log plugin for hawtio and camel

2018-08-11 Thread Michael Joyner
Hi, I went on hawt.io to search the loggin plugin to see my camel logs and it's deprecated. Is there a replacement ? Thanks!

Re: Simple jUnit test is not making REST login call, it works normally perfectly.

2018-08-10 Thread Michael Joyner
e.org/why-is-my-message-body-empty.html > > On Fri, Aug 10, 2018 at 12:47 AM, Michael Joyner > wrote: > > Hi everyone, > > > > I am just learning camel testing and my first attempt is simple. I just > > want to login and for fun, return the HTTP JSON response. > &

Simple jUnit test is not making REST login call, it works normally perfectly.

2018-08-09 Thread Michael Joyner
Hi everyone, I am just learning camel testing and my first attempt is simple. I just want to login and for fun, return the HTTP JSON response. For some reason it's not logging in. It has the POST body for the login that is sent to from this: resource:classpath:templates/loginrequest.txt Here

Re: Content based router with JSONPATH (Solution found)

2018-05-22 Thread Michael Joyner
I found JSON path statement to query the JSON object: when.jsonpath("$.name_value_list.account_type[?(@.value=='Customer')]") On 05/22/2018 08:12 AM, Michael Joyner wrote: Hi everyone. This might be a easy question, I have been fighting with it for a couple hours. I ha

Content based router with JSONPATH

2018-05-22 Thread Michael Joyner
Hi everyone. This might be a easy question, I have been fighting with it for a couple hours. I have a JSON array that is sent to a splitter to process each JSON object. HERE'S SAMPLE JSON BODY: {     "id": "2b144adc-1af4-1446-e22a-58b367d22272",     "module_name": "Accounts",     "name_value

Need some very lite help

2018-05-11 Thread Michael Joyner
Hi all! I am moving from Mulesoft to Camel. I was wondering if there was anyone that could help professionally with TalendESB/Camel/Karaf for VERY LITE assistance in creating Proof-Of-Concepts. I am coming up to speed on Camel, but it would be great to have someone to email if I get stuck or ne