I don't have xml/yaml dsl, but maybe this helps with setting up de
connection to an IBMMQ Broker
https://github.com/assimbly/runtime/blob/develop/dil/src/main/java/org/assimbly/dil/blocks/connections/broker/IBMMQConnection.java
Raymond
On Tue, May 23, 2023 at 8:43 PM Claus Ibsen wrote:
> Hi
>
Hi
See
https://github.com/apache/camel-kamelets-examples/tree/main/jbang/kafka-mq
https://github.com/apache/camel-kamelets-examples/tree/main/jbang/azure-eventhubs-kafka-ibm-mq
On Tue, May 23, 2023 at 8:40 PM Chirag wrote:
> My thought is that this would require me to use JMS (to avoid using
>
My thought is that this would require me to use JMS (to avoid using
any other proprietary connector).
Want to look for a practical example (or build one in the process).
ચિરાગ/चिराग/Chirag
--
Sent from My Gmail Account
Hi
You are building your own codecs it seems and they are in control of when a
message is fully complete or not.
The CiA2 book has an example with custom netty codec.
And you usually need both an encoder and decoder.
On Tue, May 23, 2023 at 9:05 AM Rohan Emmanuel
wrote:
> hi,
> I am using Ca
hi,
I am using Camel netty tcp producer to send messages to a server listening
on TCP port.
my route looks like this:
The server is responding with a message which was received by the TCP
component. this I can see in the TRACE log as below.
Thread #1 -
NettyClientTCPWorke