Re: camel jms: setting specific MQ headers

2016-09-09 Thread sobha
Hi, We are struggling to put a JMS header for MessageID so that the downstream application can access it as MQMD header. The downstream application is expecting this. Pls help -- View this message in context:

IBM MQ single thread to select for a given JMSXGroupID

2016-05-27 Thread sobha
Will the Camel MQ component be able to select based on JMSXGroupID in a single thread and use multiple threads across different JMSXGroupID. We are using IBM MQ and not active MQ. We want to maintain the order for a given JMSXGroupID. But since huge number of messages come in we want to use

Hexadecimal converter

2015-06-17 Thread sobha
I need to convert hexadecimal payload to a structured xml. How to convert by reading each byte is in another xml rule. also some of the fields might involve hexadecimal to binary , decimal etc . so say a hexidecimal payload is 456757585930. so it shud be converted to 6745 * 5857 * c