Problem : When i transmit the byte array of [56, 34, 0, 4, -79, 1] from one device to another device on using Apache Camel Mina UDP endpoint, at receiver side byte Array is changed like [56, 34, 0, 4, -17, -65, -67, 1]. but when i transmit byte array like [56,34,0,4,78,0] from one device to another using same approach it will receive same byte array.
Can you suggest me how to resolve the issue?
