How To Send File Content From Apache Camel Route to IBM-MQ Server?

I have started integration my Spring boot (2.2.4.RELEASE) and Apache Camel (3.8.0) with IBM-MQ server. My question is how can I send the file content to the MQ server after camel read the file and send the content to the MQ server.

In my application there is a camel-context.xml file where the route is configured.

<camelContext id="camel"
        xmlns="http://camel.apache.org/schema/spring">
<route id="route0">
            <from uri="file:D:\Files\BANK\received?delete=true" />           
            <multicast>
                <to uri="file:D:\Files\BANK\NEFTRTGS?noop=true" />
                <to uri="file:D:\Files\BANK\Backup?noop=true" /> 
                <to uri="mq:queue:DEV.QUEUE.2" />           
                <log message="SENT MESSAGE" />          
            </multicast>
            <log message="MESSAGE BODY : [${body}]" />
                        
 </route>
    <route id="get">
            <from uri="mq:queue:DEV.QUEUE.1" />
            <log message="GOT MESSAGE with headers: ${in.headers}" />
            <log message="GOT MESSAGE with Body ${in.body}" />
           <doTry>
                <process ref="fileProcessor" />

                <doCatch>
                     catch multiple exceptions
                     <exception>java.io.IOException</exception>
                     <exception>java.lang.IllegalStateException</exception>
                     <exception>java.lang.Exception</exception>
                 </doCatch>
            </doTry>
        </route>
    </camelContext> 

    <bean id="mqConnectionFactory"
        class="com.ibm.mq.jms.MQConnectionFactory">
        <property name="hostName" value="localhost" />
        <property name="port" value="1414" />
        <property name="queueManager" value="QM1" />
        <property name="channel" value="DEV.APP.SVRCONN" />
        <property name="transportType" value="1" />
        <property name="shareConvAllowed" value="0" />
    </bean>
    
    <bean id="mqcredential"
        class="org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter">
        <property name="targetConnectionFactory"
            ref="mqConnectionFactory" />
        <property name="username" value="app" />
        <property name="password" value="Issac@07" />
    </bean>
    
    <bean id="mq" class="org.apache.camel.component.jms.JmsComponent">
        <property name="connectionFactory" ref="mqcredential" />
        <property name="maxConcurrentConsumers" value="1" />
        <property name="cacheLevelName" value="CACHE_CONSUMER" />
    </bean>

But the problem is, whenever the specific file is generated by the system and dropped into the specific folder (in this case ‘received’ folder), camel copies the file in to two other folders and trying to send the content to the IBM MQ server. But at the MQ server screen I just find the message as below –

enter image description here

Now my question is why such message is shown here in the IBM MQ server screen ? The file content is completely different. The file content is : “HELLO, SENDING MESSAGE !”
But it is displayed a different characters –
message <RFH ☻>

Can anyone answer this question, why exact file content is not showing ? How can I get the exact file content in MQ server?

Thanks.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật