When using paho-mqtt5:test more than once with same clientId then it throw exception Client not connected but if i will use different clientId for each to and from then it will work fine
2021-10-05 19:25:28,650 ERROR…
I don't understand what exactly Hawtio does.
If you could give an introduction to Hawtio:
What exactly is it?
What added value does it gives me as a Camel\ Spring developer?
Please explain what Hawtio is.
I'm using Spring Boot with the Camel framework.
I need to save a property such as:
output.file=file://C:/Users/bfrisco/Desktop/output?fileName=${headers.fileName}
I need this raw string. I do not want Spring to try and resolve ${headers.fileName},…
The problem I am facing is very strange. My application is a Spring Boot application where I am using a Camel route to listen to AMQ 7 and then processing the message till it gets stored in a database or sent to another AMQ 7 instance. The issue is…
i am trying to read a gmail using the routebuilder() of apache camel.
@Component
class ReadEmailRouteBuilder(var stockLocationProperty:
StockLocationProperty) : RouteBuilder() {
override fun configure() {
//TODO
}
}
This is the start…
From the camel book, section 'Using pollEnrich to merge additional data with an existing message', it shows that you can merge the oldExchange(from the quarz) with the new one (from ftp).
The problem is that I have a file from a topic(old Exchange)…
I have sample route like below and need to send value of outputStream to batchContentProcessor class to getBatchConent method..something like below..help me how to send instance variable value to method of bean
Trying to upgrade a project from using Camel v2.21.2 to using Camel v2.22.0
This entails going from Spring v4.x to v5.x and from Spring-boot v1.5.x to Spring-boot v2.0.4.RELEASE.
Project uses groovy-all 2.4.15. We are not using log4j in our project,…
I have 2 routes:
first:
....
.to("file://" + REST_FILES + "?fileName=${header.filename}");
second:
from("file://" + REST_FILES + "?idempotent=true")
....
But camel doesn't route files in case if I try to transfer same file repeatedly.
I want to…
I have an spring boot application which have routes.xml being loaded on startup
On the routes.xml, i have a MQ queue source that contains sample message
SOH{123}{345}{4
5
6
}ETXSOH{111}{222}{3
3
3
}ETX
where SOH = \u0001 and ETX = \u0003
When i…
How can I log actual seda queue depth every second on a timer.
E.g.
from("seda:messageParser?concurrentConsumers=5&size=5000)
.process(messageProcessor)
from("timer://sedaQueueDepthLogger?fixedRate=true")
.to(LOG_SEDA_QUEUE_DEPTH)
What should be…
While developing spring boot application with apache camel I facing lot of issues, could anyone please give active slack or any community links, so that I'll join in and take community help.
The title is auto-explicative.
Basically i have one project with many technology, and need camel to EIP.
I need hawtio run in another port.
My pom.xml
https://gist.github.com/andrealcantara/4a9d0a736f5c67ff0a6abc6d11e6febd
and my…