Participate in the ASF 25th Anniversary Campaign

2024-04-03 Thread Brian Proffitt
tion project. The ASF will very occasionally send out messages relating to the Foundation to contributors and members, such as this one.] Brian Proffitt VP, Marketing & Publicity VP, Conferences

Re: camel-quarkus-eventhubs using producerAsyncClient

2023-06-06 Thread Brian
lt; > https://github.com/apache/camel-quarkus/blob/da04acd1cfd167219d54ea31aaea0c24585fc094/integration-tests/hl7/src/main/java/org/apache/camel/quarkus/component/hl7/it/Hl7Producers.java#L38 > > > > > > Le lun. 5 juin 2023 à 21:56, Brian a écrit : > > > Hi, > > > > Does anyone have experie

camel-quarkus-eventhubs using producerAsyncClient

2023-06-05 Thread Brian
Hi, Does anyone have experience using the producerAsyncClient in camel eventhubs? I've been trying to implement this producer instead of using connectionstring directly in the camel uri. My uri looks like this: "azure-eventhubs:mynamespace/myeventhub?producerAsyncClient=#producerAsyncClient" (I

*QUESTION* Apache Camel To D - Try Catch Finally

2022-09-22 Thread Brian Lee
e the exception? note: I'm using YAML DSL on Apache Camel 3.17.0 in SpringBoot. Looking forward for your reply! Thanks and regards, Brian

Re: Marshalling to JSON in Camel REST when HTTP Response-Code is not 200 Ok

2015-05-28 Thread Brian Drysdale
Hi Claus, Thanks, that's resolved the problem perfectly. Much appreciated. Brian On 27 May 2015 at 18:02, Claus Ibsen wrote: > Hi > > See the option skipBindingOnErrorCode > http://camel.apache.org/rest-dsl > > On Wed, May 27, 2015 at 6:33 PM, Brian Drysdale > wro

Marshalling to JSON in Camel REST when HTTP Response-Code is not 200 Ok

2015-05-27 Thread Brian Drysdale
to respond with a more detailed messages and would hate to have to manually marshal the responses. I'm assuming I'm missing some thing here, can anyone please help? Thanks, Brian

Re: Really Basic Question on ServiceMix, Karaf and Camel

2012-01-30 Thread Brian Topping
starting with Karaf and adding components is a personal preference. Brian On Jan 30, 2012, at 7:33 PM, mattmadhavan wrote: > Hello, > I'm just a little confused explaining how all these frameworks fit together. > > /My understanding is:/ > ServiceMix is ESB that used Karaf as its O

Re: Connecting a External ActiveMQ

2011-12-23 Thread Brian Topping
onent. It will have been configured as above: > from("cxf:bean:exampleCxfEndpoint") > .to("jms:queue:queuename"); Do you have a copy of Camel In Action? It will save you more time than the cost of the book. Brian On Dec 23, 2011, at 6:45 AM, ricardofacci

Re: Connecting a External ActiveMQ

2011-12-22 Thread Brian Topping
try your code again. Brian On Dec 22, 2011, at 4:21 PM, ricardofaccioli wrote: > Hello, > > > I have two applications: > > A broker and a adm. > > I have a problem, my adm don`t connect with broker app, when a using a > broker in different computer. > > I have

Re: Defining a CXF bus in Blueprint for use with cxfbean endpoint

2011-11-24 Thread Brian Topping
On Nov 23, 2011, at 4:40 PM, Daniel Kulp wrote: > No. At that point, you start actually using parts of CXF's blueprint > support: > > http://cxf.apache.org/schemas/blueprint/core.xsd > > Use: > > http://cxf.apache.org/blueprint/core"; name="cxf"> > .. > > > > Dan Thanks Dan! After

Re: Defining a CXF bus in Blueprint for use with cxfbean endpoint

2011-11-23 Thread Brian Topping
sage(MessageSenderInterceptor.java:46)[140:org.apache.cxf.bundle:2.4.3] ... 39 more Cheers, Brian

Re: Defining a CXF bus in Blueprint for use with cxfbean endpoint

2011-11-23 Thread Brian Topping
On Nov 22, 2011, at 4:44 PM, Brian Topping wrote: > Hi all, > > I'd like to secure a cxfbean resource using Spring Security and SS > authorization annotations. To do so, it appears that it will

Defining a CXF bus in Blueprint for use with cxfbean endpoint

2011-11-22 Thread Brian Topping
hich does have the ability to configure a bus), but I haven't been able to discern that JAX-RS is supported by the cxf endpoint yet. Any thoughts appreciated! Brian

Re: Need help with Camel OAuth

2011-10-10 Thread Brian Topping
Sorry Anita, I meant to specify the "jetty" component, although you will likely need the "gauth" as well. On Oct 10, 2011, at 3:02 PM, Brian Topping wrote: > I see, I didn't realize you were going exactly from the example. > > I ran into a couple of problem

Re: Need help with Camel OAuth

2011-10-10 Thread Brian Topping
> class="org.apache.camel.component.gae.auth.GAuthComponent"> > > > > > > > class="org.apache.camel.component.jetty.JettyHttpComponent"> > > > changeit > changeit >

Re: Need help with Camel OAuth

2011-10-10 Thread Brian Topping
d help you? Cheers, Brian On Oct 10, 2011, at 1:05 PM, AnitaJ wrote: > Hi, > > I am not sure if this the right forum, I am hoping it is Here is my > question: > > I am trying to follow the tutorial at this link: > http://camel.apache.org/tutorial-oauth.html Camel OAu

Re: Getting an OSGi-based REST project started with Camel

2011-09-06 Thread Brian Topping
g to work in SMX may take a little longer, but the time saved in not messing around with the problems that have already been solved will make it the shortest path over time. Again, thanks for setting me straight here, cheers Brian On Sep 6, 2011, at 9:41 PM, Freeman Fang wrote: > Yeah, usin

Getting an OSGi-based REST project started with Camel

2011-09-06 Thread Brian Topping
, loaded into the Felix plugin I'm using and Felix restarted, one dependency at a time. Is there a better way to do this? I realize this won't need to be done again, but if there's an easier way to do this, I was hoping to learn some better technique sooner than later. Kind regards, Brian

Re: Camel xmpp roster management

2011-04-21 Thread Brian Troutwine
On Thu, Apr 21, 2011 at 4:48 AM, Claus Ibsen wrote: > > On Wed, Apr 20, 2011 at 7:42 PM, Brian Troutwine wrote: > > Hello, all. > > > > Is it possible to do roster management with camel-xmpp? I could find > > no mention of the subject here: http://camel.apache.org/

Camel xmpp roster management

2011-04-20 Thread Brian Troutwine
Hello, all. Is it possible to do roster management with camel-xmpp? I could find no mention of the subject here: http://camel.apache.org/xmpp.html Thanks, -- Brian L. Troutwine

Re: Passive xmpp connections

2011-04-16 Thread Brian Troutwine
hrough the producer I have constructed. Seemingly o.a.camel.component.xmpp.XmppLogger is correctly logging inbound messages; the actual connection to brian seems to have been lost. On Fri, Apr 15, 2011 at 7:04 PM, Stan Lewis wrote: > Hi Brian, > > When you set up a route with an xmpp component

Passive xmpp connections

2011-04-15 Thread Brian Troutwine
? -- Brian L. Troutwine [1] http://camel.apache.org/xmpp.html

Re: ActiveMQ stuck message using JTA Transactions

2011-03-16 Thread Brian
this manner I will have to keep an eye out for what you mentioned in your blog post since it will be used for a system processing hundred of thousands of messages a day with periods of high traffic so I will have to take a look into the flow control issue you mentioned. Thanks. Brian Osborne | xFact

Re: ActiveMQ stuck message using JTA Transactions

2011-03-15 Thread Brian
l mailing list mails. *Brian Osborne | xFact, Inc.* 120 Water Street, Suite 214 North Andover, MA 01845 p. 978.686.3180 | c. 508.314.4627 | f. 978.824.2308 br...@xfact.com | www.xFact.com On 3/15/

ActiveMQ stuck message using JTA Transactions

2011-03-14 Thread Brian
I am having an issue with a message being stuck in an ActiveMQ queue when using spring JTA Transaction Manager backed by Atomikos and a propagation policy of "PROPAGATION_REQUIRES_NEW". I am trying to consume from one queue and insert into the second queue using a different transaction than the f

CXF Synchronous Response Generated Asynchronously

2011-01-27 Thread Brian
e not sure if this is possible. Basically we want the original request to wait until we send it off to a async web service to get processed and the response is sent back and then finally send that response back as the acknowledgment. Any advice would be greatly appreciated. Thanks. - Brian --

RE: Splitter Question

2010-10-06 Thread Russell, Brian
Also, I assume the "map_object" bean would take CustomPOJO as the input parameter -- correct? -Original Message- From: Russell, Brian [mailto:bruss...@medplus.com] Sent: Wednesday, October 06, 2010 3:51 PM To: users@camel.apache.org Subject: RE: Splitter Question Thanks

RE: Splitter Question

2010-10-06 Thread Russell, Brian
Thanks Claus. I tried that also and still not working. I verified the List coming out of my bean contains multiple CustomPOJO objects with values. I just wanted to make sure I am approaching this the correct way. Brian. -Original Message- From: Claus Ibsen [mailto:claus.ib

Splitter Question

2010-10-06 Thread Russell, Brian
In addition to testing my clustered quartz configuration, I have the following question... I have a bean returning a java.util.List (see get_list below). I then try to use the body to route each CustomPOJO. See following... body

RE: Quartz Camel Spring Example?

2010-10-06 Thread Russell, Brian
easy. You have to have a way though to communicate across instances in a cluster. So you will need a processor that sets the lock and a filter that will drop the quartz message (trigger event) if not the first. I hope this helps. Hadrian On Oct 6, 2010, at 8:57 AM, Russell, Brian wrote: > I

RE: Quartz Camel Spring Example?

2010-10-06 Thread Russell, Brian
Subject: Re: Quartz Camel Spring Example? On Tue, Oct 5, 2010 at 3:56 PM, Russell, Brian wrote: > Thanks very much.  I guess the part that I'm not understanding in this > is how to get a List to return from a method where I can then > split it out based on a quart cron trigger. > >

RE: Quartz Camel Spring Example?

2010-10-05 Thread Russell, Brian
Thanks very much. I guess the part that I'm not understanding in this is how to get a List to return from a method where I can then split it out based on a quart cron trigger. Let me ask it this way -- is the quartz implementation in camel literally just the timer part of the process? So that, w

Quartz Camel Spring Example?

2010-10-04 Thread Russell, Brian
I have deployed a working quartz cron trigger outside of the camel configuration. We are in the process of implementing our backend processes using camel. So far, this is going well and have not hit any major obstacles -- so very pleased. I have a new quartz trigger that I am wanting to setup and