Author: davsclaus
Date: Thu Sep 3 06:42:22 2009
New Revision: 810785
URL: http://svn.apache.org/viewvc?rev=810785&view=rev
Log:
CAMEL-1939: Applied patch with thanks to Stan Lewis. Camel Mina now supports
setting encoder/decoder textline max lengths for the textline protocol.
Added:
camel/
MINA
Page edited by Claus Ibsen
MINA Component
The mina: component is a transport for working with Apache MINA
URI format
mina:tcp://hostname[:port][?options]
mina:udp://hostname[:port][?options]
mina:multicast://hostname[:port]
Author: wtam
Date: Thu Sep 3 04:08:46 2009
New Revision: 810776
URL: http://svn.apache.org/viewvc?rev=810776&view=rev
Log:
[CAMEL-1983] camel-cxf should let users to set out SOAP headers
Added:
camel/branches/camel-1.x/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/soap/h
Author: ningjiang
Date: Thu Sep 3 01:49:42 2009
New Revision: 810758
URL: http://svn.apache.org/viewvc?rev=810758&view=rev
Log:
Merged revisions 810751 via svnmerge from
https://svn.apache.org/repos/asf/camel/trunk
r810751 | ningjiang | 2009-09-03 09:10:22 +0800 (Thu, 03 Sep 2009) |
Author: ningjiang
Date: Thu Sep 3 01:10:22 2009
New Revision: 810751
URL: http://svn.apache.org/viewvc?rev=810751&view=rev
Log:
CAMEL-1975 added 'transfer-encoding' to the out filter in HttpHeaderStrategy
Modified:
camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/h
Author: gtully
Date: Wed Sep 2 17:46:15 2009
New Revision: 810628
URL: http://svn.apache.org/viewvc?rev=810628&view=rev
Log:
resolve https://issues.apache.org/activemq/browse/CAMEL-1982
Added:
camel/trunk/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsBindingTest.java
Author: davsclaus
Date: Wed Sep 2 14:54:21 2009
New Revision: 810535
URL: http://svn.apache.org/viewvc?rev=810535&view=rev
Log:
CAMEL-1980: Overhaul of JMX. Added routeId attribute for consumer and
processors.
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/DefaultCame
Author: davsclaus
Date: Wed Sep 2 13:54:40 2009
New Revision: 810506
URL: http://svn.apache.org/viewvc?rev=810506&view=rev
Log:
CAMEL-1980: JMX. Route id is now displayed for consumers.
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java
camel/trunk/ca
Author: davsclaus
Date: Wed Sep 2 11:33:57 2009
New Revision: 810458
URL: http://svn.apache.org/viewvc?rev=810458&view=rev
Log:
Fixed unit test
Modified:
camel/trunk/camel-core/src/test/java/org/apache/camel/management/ManagedBrowseableEndpointTest.java
Modified:
camel/trunk/camel-core/sr
Camel 2.1.0 Release
Page edited by Claus Ibsen
Camel 2.1.0 release (Work in Progress)
New and Noteworthy
Welcome to the 2.1.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)
Plug
Management Example
Page edited by Claus Ibsen
Management Example
Available as of Camel 2.1
This is a new example we added in Camel 2.1 as a little example of the new and overhauled JMX Management we did.
The example is included in
Management Example
File attached by Claus Ibsen
Camel JMX Console.png
(144 kB image/png)
Change Notification Preferences
View Attachments
Examples
Page edited by Claus Ibsen
Examples
Once you have read about Getting Started and looked at the Enterprise Integration Patterns you might want to try out some examples.
Before starting to work on example you may want to che
Management Example
Page added by Claus Ibsen
Management Example
Available as of Camel 2.1
This is a new example we added in Camel 2.1 as a little example of the new and overhauled JMX Management we did.
The example is included in the distr
Author: davsclaus
Date: Wed Sep 2 09:15:27 2009
New Revision: 810430
URL: http://svn.apache.org/viewvc?rev=810430&view=rev
Log:
CAMEL-1933: Overhaul of JMX. Added basic management example.
Added:
camel/trunk/examples/camel-example-management/
camel/trunk/examples/camel-example-management
Documentation
Page edited by Claus Ibsen
Documentation
ArchitectureComponentsCookbookDevelopersEnterprise Integration PatternsManualTutorialsUser Guide
Commercial Documentation
Progress Software offers free documentation for their
Navigation
Page edited by Claus Ibsen
Overview
Home
Getting Started
API
FAQ
Download
Documentation
Manual
Enterprise Integration Patterns
Architecture
User Guide
Tutorials
Examples
Cookbook
Components
Data Format
Documentation
Page edited by Claus Ibsen
Documentation
ArchitectureComponentsCookbookDevelopersEnterprise Integration PatternsManualTutorialsUser Guide
Examples
Languages
Commercial Documentation
Progress Software offers free
SEDA
Page edited by Gert Vanthienen
SEDA Component
The seda: component provides asynchronous SEDA behavior, so that messages are exchanged on a BlockingQueue and consumers are invoked in a separate thread from the producer.
Note th
Author: davsclaus
Date: Wed Sep 2 08:31:49 2009
New Revision: 810412
URL: http://svn.apache.org/viewvc?rev=810412&view=rev
Log:
CAMEL-1951: JmsConsumer can now be managed using JMX.
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedBrowsableEndpoint.jav
Author: davsclaus
Date: Wed Sep 2 08:12:20 2009
New Revision: 810408
URL: http://svn.apache.org/viewvc?rev=810408&view=rev
Log:
Using AMQ vm protocol when possible to avoid unit tests error with port number
already in use.
Modified:
camel/trunk/tests/camel-itest/src/test/java/org/apache/ca
Camel 2.1.0 Release
Page edited by Claus Ibsen
Camel 2.1.0 release (Work in Progress)
New and Noteworthy
Welcome to the 2.1.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)
Plug
Author: davsclaus
Date: Wed Sep 2 07:52:47 2009
New Revision: 810399
URL: http://svn.apache.org/viewvc?rev=810399&view=rev
Log:
CAMEL-1976: restarting jms consumers will pickup jms endpoint changes such as
managed using JMX. CAMEL-1933: Overhaul of JMX. Management of JmsEndpoint now
possible. E
Author: davsclaus
Date: Wed Sep 2 07:43:47 2009
New Revision: 810393
URL: http://svn.apache.org/viewvc?rev=810393&view=rev
Log:
added unit test based on some JBI simulate endpoint not exists problem
Modified:
camel/trunk/camel-core/src/test/java/org/apache/camel/issues/GertJBIIssueTest.java
Author: davsclaus
Date: Wed Sep 2 07:41:08 2009
New Revision: 810392
URL: http://svn.apache.org/viewvc?rev=810392&view=rev
Log:
added unit test based on some JBI simulate endpoint not exists problem
Modified:
camel/trunk/camel-core/src/test/java/org/apache/camel/issues/GertJBIIssueTest.java
25 matches
Mail list logo