I don't think this has anything to do with the problem.
Camel can be used with an embedded configuration without problems.
What did you try and what errors did you get ?

On Thu, May 29, 2008 at 7:13 PM, Sebastian Gomez <[EMAIL PROTECTED]> wrote:
> Does this mean that it is impossible to call jbi endpoints in an
> embedded servicemix configuration? Because I can't find how to declare
> the camel context inside the jbi container. If it is possible, could
> you show me how it would be done please?
>
> Thanks in advance.
>
> On Fri, Apr 11, 2008 at 5:33 PM, James Strachan
> <[EMAIL PROTECTED]> wrote:
>> Agreed. The only real requirement when mixing JBI and camel endpoints
>> is that the Camel route must be deployed inside a JBI container at the
>> time - i.e. running inside a servicemix-camel Service Unit to be able
>> to invoke JBI endpoints.
>>
>> Also its worth understanding that every invoke of a JBI endpoint
>> involves message normalization (conversion to/from XML etc)
>>
>> On 11/04/2008, Jonathan Anstey <[EMAIL PROTECTED]> wrote:
>>> You *must* be able to do this... :) you may have to use ServiceMix though as
>>> the JBI provider.
>>>
>>>  This is a good example of such a case:
>>> http://servicemix.apache.org/34-exchanging-messages-with-other-jbi-services.html
>>>
>>>  Cheers,
>>>  Jon
>>>
>>>
>>>  cmoulliard wrote:
>>>
>>> > Hi,
>>> >
>>> > I have made a test without success but to be sure I prefer to ask the
>>> > question. Can I mix in camel routes camel endpoint with jbi endpoint ?
>>> >
>>> > ex:
>>> >
>>> > from(file:///c:/temp/test)
>>> > .to("log:Message received")
>>> > .to("jbi:endpoint:urn:jms-queue");
>>> >
>>> > Remark : the jbi endpoint is a jms-queue.
>>> >
>>> > Additional : Does it make sense to mix endpoints of Camel with JBI ?
>>> >
>>> > Regards,
>>> >
>>> > Charles
>>> >
>>> >
>>>
>>>
>>
>>
>> --
>> James
>> -------
>> http://macstrac.blogspot.com/
>>
>> Open Source Integration
>> http://open.iona.com
>>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Reply via email to