Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dispatcher parameter in ofbiz:// endpoint #2

Open
nobwyn opened this issue Feb 3, 2016 · 1 comment
Open

Dispatcher parameter in ofbiz:// endpoint #2

nobwyn opened this issue Feb 3, 2016 · 1 comment

Comments

@nobwyn
Copy link

nobwyn commented Feb 3, 2016

Hi,

Could you explain the meaning/purpose of the "dispatcher" parameter in the "ofbiz" endpoint while sending a camel message to an OFBiz service, e.g.: "ofbiz://createNote?dispatcher=#dispatcher".

For me it looks like it would be always the same doesn't matter which OFBiz service is being specified. Why it is needed there and can it differ in some other case?

Thanks!
laimoncijus

@bibryam
Copy link
Owner

bibryam commented Feb 8, 2016

Hi laimoncijus,

yes dispatcher is always the same. You don't have to do anythign with it. OFBiz dispatcher will be available in Camel context and dispatcher=#dispatcher" is just the way to refernce it from an endpoint. The component can be improved and make dispatcher=#dispatcher" optional, but for now it has to stay there as it is.
HTH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants