RE: How will Camel filter headers in message body read from IBM MQ and process the transaction.

2024-01-16 Thread Mattern, Alex
will Camel filter headers in message body read from IBM MQ and process the transaction. Hello! I am not from the Camel team but maybe I might be able to help. Do I understand correctly that you need to consume only messages that have a specific header value? In that case you want to use jms

Re: How will Camel filter headers in message body read from IBM MQ and process the transaction.

2024-01-14 Thread Ivan Kulaga
-consumer.html Hovewer, afaik, the jms selector only work with jms properties values, so you will need to have your ENV value in jms property and not in the message body. On Mon, Jan 15, 2024 at 3:44 AM Srikant Mantha wrote: > Hi Team, > I am reading messages from IBM MQ and using Cam

How will Camel filter headers in message body read from IBM MQ and process the transaction.

2024-01-14 Thread Srikant Mantha
Hi Team, I am reading messages from IBM MQ and using Camel JMS component. This process is happening successfully so far. The below route for reference: From(mq:queue:myQueueName) .process(myProcessor) This application will be deployed in more than 2 environments, but the IBM queue connections

Re: anyone using Camel with YAML / XML DSL and IBM MQ ?

2023-05-23 Thread ski n
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 t

Re: anyone using Camel with YAML / XML DSL and IBM MQ ?

2023-05-23 Thread Claus Ibsen
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 us

anyone using Camel with YAML / XML DSL and IBM MQ ?

2023-05-23 Thread Chirag
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

Re: Setting IBM MQ custom property using Camel and JMS doesn't work

2021-01-13 Thread Jean-Baptiste Onofre
15:33, Anuja B a > écrit : > > Hi > > I am using Apache Camel, JMS without JNDI to send messages to IBM MQ. > > Tried: > exchange.getIn().setHeader( "customProperty", "123" ); > This didn't work and found out that I have to set camel jms

Setting IBM MQ custom property using Camel and JMS doesn't work

2021-01-13 Thread Anuja B
Hi I am using Apache Camel, JMS without JNDI to send messages to IBM MQ. Tried: exchange.getIn().setHeader( "customProperty", "123" ); This didn't work and found out that I have to set camel jms header and not camel header. Tried settin

Re: Connecting to IBM MQ Cloud using camel JMS component

2020-05-15 Thread Reji Mathews
", > "XMSC_WMQ_SEND_EXIT": null, > "XMSC_WMQ_QMGR_CCSID": 819, > "XMSC_WMQ_CONNECTION_NAME_LIST_INT": [ > { > "hostname": "masked-masked.qm.us-south.mq.appdomain.cloud", > "port": 31176 > } > ], > "XMSC_WMQ_C

Re: Connecting to IBM MQ Cloud using camel JMS component

2020-05-15 Thread Reji Mathews
D": "******masked_out_for_confidentiality*", "XMSC_WMQ_POLLING_INTERVAL": 5000, "XMSC_WMQ_SSL_CIPHER_SUITE": null, "XMSC_CONNECTION_TYPE": 1, "XMSC_WMQ_SECURITY_EXIT": null, "XMSC_WMQ_SPARSE_SUBSCRIPTIONS": false } Most

Re: Connecting to IBM MQ Cloud using camel JMS component

2020-05-15 Thread Reji Mathews
mmq/JMSLambda.java Looks like com.ibm.msg.client.jms.JmsConnectionFactory is a good implementation of javax.jms.ConnectionFactory interface as expected by camel-jms. Currently trying to debug and test it with ibm MQ cloud. Am stuck at this er

Re: Connecting to IBM MQ Cloud using camel JMS component

2020-05-14 Thread Jean-Baptiste Onofre
Hi, What you are describing is direct MQ channel, no MQ JMS. It’s possible to use JMS with IBM MQ but using JMS channel. So, you create the connection factory like this: > class="com.ibm.mq.jms.MQQueueConnectio

Connecting to IBM MQ Cloud using camel JMS component

2020-05-14 Thread Reji Mathews
.qm.us-south.mq.appdomain.cloud/ibmmq/rest/v1/messaging/qmgr/DEVMGR/queue/(queue_name)/message", "adminREST": "https:// *.qm.us-south.mq.appdomain.cloud/ibmmq/rest/v1/admin/qmgr/DEVMGR" I was wondering if anyone has used camel jms component to connect with above information

Re: IBM MQ with camel

2020-01-07 Thread Jean-Baptiste Onofré
Hi, just a side note: camel-wmq is a camel-extra component allowing you to directly interact with IBM MQ (without JMS layer): https://github.com/camel-extra/camel-extra/tree/master/components/camel-wmq/ Regards JB On 07/01/2020 15:25, Ravi Kumar wrote: > Hi All, > > I was tryin

IBM MQ with camel

2020-01-07 Thread Ravi Kumar
Hi All, I was trying to read message from IBM MQ queue with the help of the code mentioned in below thread https://camel.465427.n5.nabble.com/Can-Camel-communicate-over-IBM-MQ-sender-receiver-channels-td4429050.html I am able to connect to IBM queue, but whenever am trying to print the content

Re: Apache camel and IBM MQ

2018-05-05 Thread Willem Jiang
Hi, It could be a while, I'm not sure if you already find a way to resolve this kind question. Here are some pointers which may help you out: 1.You can take a look at the camel-jms component[1] or camel-sjms[2] which supports the stand JMS message, which could be use to connect the IBM MQ. 2

Apache camel and IBM MQ

2018-04-10 Thread Pranay Tonpay
Hi, I was looking for some sample code integrating Apache Camel and IBM MQ that uses pure annotation driven approach. Can someone please provide me some pointers ? thx pranay

Re: camel toD with replyTo in URI specifying IBM MQ queue manager

2018-03-01 Thread Paul Broughton Spida Solutions
comes to the replyTo queue name is the > > Queue Name value is “normalised” incorrectly. As I understand things, if > > the replyTo queue is specified with a / (e.g. TESTQM/MyTestQ the queue > > should be defined with both the IBM MQ Queue manager and the queue name so > &g

Re: camel toD with replyTo in URI specifying IBM MQ queue manager

2018-02-27 Thread Claus Ibsen
ning when it comes to the replyTo queue name is the > Queue Name value is “normalised” incorrectly. As I understand things, if the > replyTo queue is specified with a / (e.g. TESTQM/MyTestQ the queue should be > defined with both the IBM MQ Queue manager and the queue name so the jm

Re: camel toD with replyTo in URI specifying IBM MQ queue manager

2018-02-27 Thread Paul Broughton Spida Solutions
with a / (e.g. TESTQM/MyTestQ the queue should be defined with both the IBM MQ Queue manager and the queue name so the jms queue name should look something like  "queue://TESTQM/MyTestQ”. This isn’t happening and the JMSQueue object is being created instead as queue:///TESTQM/MyTestQ (Note

camel toD with replyTo in URI specifying IBM MQ queue manager

2018-02-26 Thread Paul Broughton Spida Solutions
 Hi, I have a toD element in my route which sends to a jms Queue which is provided by IBM MQ. I have the CamelJMSDestinationName set to the queue and a uri which looks similar to the folowing wmq:queue:placeholder?preserveMessageQos=truereplyTo=myQM/myTestQexchangePattern=inOutreplyToType=shared

How to make Camel pattern=“InOut” work with IBM MQ

2018-02-09 Thread hrvoje . djurdjevic
Hello, can anyone please take a look at this question and answer: https://stackoverflow.com/questions/48708716/how-to-make-camel-pattern-inout-work-with-ibm-mq Thank you in advance. Best regards, Hrvoje __ Napomena: Ova elektronička poruka i njeni prilozi mogu sadržavati

Durable Topic Subscription IBM-MQ (setting client id)

2018-02-02 Thread Darius Cooper
I want to read from a TOPIC (IBM-MQ). I set both a "durableSubscriptionName" and a client ID. However, the DefaultJmsMessageContainerFactory gives me an error: JMWCC0101: The clientID cannot be null I've tried the same configuration using Spring JmsTemplate directly, and setting th

Re: Two Camel Configs Polling Same IBM MQ. Only one picking the message

2017-05-24 Thread clinton
There is a property on the queue itself inside of MQ, that can control this. Called Default ReadAhead. Set to "disabled" -- View this message in context: http://camel.465427.n5.nabble.com/Two-Camel-Configs-Polling-Same-IBM-MQ-Only-one-picking-the-message-tp5800355p5800405.html

Re: Two Camel Configs Polling Same IBM MQ. Only one picking the message

2017-05-24 Thread thulasi
thanks for the reply. can you please send the property which needs to be configured. -- View this message in context: http://camel.465427.n5.nabble.com/Two-Camel-Configs-Polling-Same-IBM-MQ-Only-one-picking-the-message-tp5800355p5800368.html Sent from the Camel - Users mailing list archive

Re: Two Camel Configs Polling Same IBM MQ. Only one picking the message

2017-05-24 Thread clinton
-- View this message in context: http://camel.465427.n5.nabble.com/Two-Camel-Configs-Polling-Same-IBM-MQ-Only-one-picking-the-message-tp5800355p5800367.html Sent from the Camel - Users mailing list archive at Nabble.com.

Two Camel Configs Polling Same IBM MQ. Only one picking the message

2017-05-24 Thread thulasi
: http://camel.465427.n5.nabble.com/Two-Camel-Configs-Polling-Same-IBM-MQ-Only-one-picking-the-message-tp5800355.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to send message to different Queue hosted in different queue manager and hostname in IBM MQ cluster

2017-04-21 Thread srakshit
ent-queue-hosted-in-different-queue-manager-and-hos> where JoshMc from IBM MQ stack group member is saying that it's possible to send message to other Queue manger(cluster) using the same URI which my app IBM MQ team also suggesting. for e.g. JMSReplyTo = queue://QM1012/TEST.REPLY Now from cam

Camel Duplicate messages on IBM MQ

2016-11-21 Thread Shabin5785
ollowed the camel JMS page tutorial http://camel.apache.org/jms.html , especially the section Setting JMS Provider Options on the Destination. In my consumer, i get the same message twice. I thought setting the correlation id should prevent this? Also if I use IBM MQ browser, I get the sam

Adding MQMD headers to IBM MQ using camel

2016-09-06 Thread ravi21588
Hi All, I need to add application specific headers in MQMD part of IBM MQ. Can you please tell me how can i add it.? -- View this message in context: http://camel.465427.n5.nabble.com/Adding-MQMD-headers-to-IBM-MQ-using-camel-tp5787257.html Sent from the Camel - Users mailing list archive

Re: JMS message selector problem with IBM MQ when doing request/reply (MEP InOut)

2016-06-27 Thread benjaminlee
Greetings! Apologies for replying to / reviving such an old thread. http://camel.465427.n5.nabble.com/JMS-message-selector-problem-with-IBM-MQ-when-doing-request-reply-MEP-InOut-tt5746670.html#none Fernando originally wrote, that while using WebSphere MQ and a single shared reply queue

RE: IBM MQ to Active MQ migration

2016-06-05 Thread tanay94
Thanks for the reply. I am absolutely new to this technology. I just got to know that this migration can be done by using camel. I have written java program to produce and consume messages in IBM MQ as well as Active MQ. Any kind of help would be greatly appreciated. -- View this message

RE: IBM MQ to Active MQ migration

2016-06-03 Thread Steve Huston
IBM MQ -> ActiveMQ is a separate activity from using camel, or are you already using camel with IBM MQ? -teve > -Original Message- > From: tanay94 [mailto:tanay.jos...@gmail.com] > Sent: Friday, June 03, 2016 2:15 AM > To: users@camel.apache.org > Subject: IBM MQ to A

IBM MQ to Active MQ migration

2016-06-03 Thread tanay94
I want to migrate applications from IBM MQ to Active MQ. I would prefer using camel. Since I am new to this technology, I would appreciate if someone helps me to build it from scratch. -- View this message in context: http://camel.465427.n5.nabble.com/IBM-MQ-to-Active-MQ-migration-tp5783408

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

Re: jms ibm mq ssl connection from client

2015-12-29 Thread yogu13
Are your certs ip based ? if yes then that could be the problem Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/jms-ibm-mq-ssl-connection-from-client-tp5775406p5775560.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: jms ibm mq ssl connection from client

2015-12-23 Thread Grzegorz Grzybek
27:org.apache.camel.camel-jms:2.12.0.redhat-611423] > > I'm not sure it's my camel code got error or certificate error. > > any pointer would be appreciated > > Thanks > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/jms-ibm-mq-ssl-connection-from-client-tp5775406.html > Sent from the Camel - Users mailing list archive at Nabble.com.

jms ibm mq ssl connection from client

2015-12-23 Thread clairechanmyae
be appreciated Thanks -- View this message in context: http://camel.465427.n5.nabble.com/jms-ibm-mq-ssl-connection-from-client-tp5775406.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: jms ibm mq ssl connection from client

2015-12-23 Thread clairechanmyae
sorry to confused you. I changed ipaddress and port before i post here :) it is not the correct ipaddress and port i'm using in server machine but it's sure that server and client got connection without ssl :( -- View this message in context: http://camel.465427.n5.nabble.com/jms-ibm-mq-ssl

Re: jms ibm mq ssl connection from client

2015-12-23 Thread clairechanmyae
actually i changed ip address and port. mq server and client are on different machine, i can send message from client to server without ssl but i got this error when i'm seding msg using ssl. -- View this message in context: http://camel.465427.n5.nabble.com/jms-ibm-mq-ssl-connection-from

Re: jms ibm mq ssl connection from client

2015-12-23 Thread Grzegorz Grzybek
this message in context: > http://camel.465427.n5.nabble.com/jms-ibm-mq-ssl-connection-from-client-tp5775406p5775436.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: jms ibm mq

2015-12-23 Thread Grzegorz Grzybek
connection back? > > Thanks, > Claire > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/jms-ibm-mq-tp5775352p5775371.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: jms ibm mq

2015-12-22 Thread clairechanmyae
this message in context: http://camel.465427.n5.nabble.com/jms-ibm-mq-tp5775352p5775371.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: jms ibm mq

2015-12-22 Thread clairechanmyae
Here's my bean xml file. <http://camel.465427.n5.nabble.com/file/n5775354/Capture.jpg> -- View this message in context: http://camel.465427.n5.nabble.com/jms-ibm-mq-tp5775352p5775354.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: jms ibm mq

2015-12-22 Thread clairechanmyae
thank u, yes i missed out that package. -- View this message in context: http://camel.465427.n5.nabble.com/jms-ibm-mq-tp5775352p5775359.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: jms ibm mq

2015-12-22 Thread Grzegorz Grzybek
for my mq connection > from client to server? > > Thanks, > Claire > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/jms-ibm-mq-tp5775352.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: jms ibm mq

2015-12-22 Thread Grzegorz Grzybek
; <http://camel.465427.n5.nabble.com/file/n5775354/Capture.jpg> > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/jms-ibm-mq-tp5775352p5775354.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: IBM MQ and "replyTo" useage - not working

2015-09-03 Thread Claus Ibsen
ss, with a ReplyTo queue > designated. The reply will however be processed by yet another route that > consumes from the static reply-to queue in use with that downstream process. > > My problem is that I can't get the IBM MQ message to accept and pass a > replyToQueue n

IBM MQ and replyTo useage - not working

2015-08-23 Thread clinton
that consumes from the static reply-to queue in use with that downstream process. My problem is that I can't get the IBM MQ message to accept and pass a replyToQueue name. I've setup MQ as follows: *** bean id=springMQConnectionFactory class=com.ibm.mq.jms.MQQueueConnectionFactory

How to improve the performance of message consumption with camel, IBM MQ

2015-07-27 Thread mytechnology
I am using camel 2.14(core, jms and spring) set up a route for a jms endpoint. The JMS provider is IBM MQ (version 7.0.1.4). When using transactions with no selectors, it is taking about 300 ms per message to read and log one line (no processing). When not using transactions, it is taking about

RE: Sending Message to IBM MQ Remote queue manager

2015-07-17 Thread Vanshul . Chawla
AM To: users@camel.apache.org Subject: Sending Message to IBM MQ Remote queue manager Hello, We have a route which picks messages from a queue in queue manager defined in CCDT file which is used to make connection via camel. After the processing, the message needs to go in a queue manager which

Sending Message to IBM MQ Remote queue manager

2015-07-16 Thread Vanshul . Chawla
Hello, We have a route which picks messages from a queue in queue manager defined in CCDT file which is used to make connection via camel. After the processing, the message needs to go in a queue manager which is in cluster with our queue manager but not defined in CCDT so we need to

IBM MQ putAsyncAllowed=1 is not valid

2015-06-02 Thread infopad
:161) ~[camel-jms-2.12.2.jar:2.12.2] ... 25 common frames omitted -- View this message in context: http://camel.465427.n5.nabble.com/IBM-MQ-putAsyncAllowed-1-is-not-valid-tp5767804.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: IBM MQ Issue because of Spring JMS Listener

2015-02-25 Thread Gnana
.nabble.com/IBM-MQ-Issue-because-of-Spring-JMS-Listener-tp5762991p5763140.html Sent from the Camel - Users mailing list archive at Nabble.com.

IBM MQ Issue because of Spring JMS Listener

2015-02-20 Thread Gnana
HI, I am new to IBM MQ with Apache camel. below is my configuration *from IBM MQ parallel to ACTIVE MQ to IBM MQ /parallel* my application is running in Spring Container. some time I am getting this below warning, hence My route is not working ( IBM MQ is not reading msg). for getting warning

Large file processing using ExecutorService and IBM MQ

2014-09-30 Thread dwarak_cit
records) and send 200 messages per thread to IBM MQ Websphere. Now I created another processor which reads these messages from the IBM's Message Queue. Here I have configured as bean id=websphere class=org.apache.camel.component.jms.JmsComponent property name=concurrentConsumers value=200 / property

Re: Camel and IBM MQ Series

2014-09-16 Thread dharshan
Thanks lot its help me lot -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-IBM-MQ-Series-tp476223p5756568.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: IBM MQ The data received from host is not valid ?

2014-07-29 Thread Frankiboy
I find the problem, i missed one jar file com.mq.mq.jms.jar so this problem is solved -- View this message in context: http://camel.465427.n5.nabble.com/IBM-MQ-The-data-received-from-host-is-not-valid-tp5754448p5754573.html Sent from the Camel - Users mailing list archive at Nabble.com.

IBM MQ The data received from host is not valid ?

2014-07-25 Thread Frankiboy
) ... 31 more Frank -- View this message in context: http://camel.465427.n5.nabble.com/IBM-MQ-The-data-received-from-host-is-not-valid-tp5754448.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel JMS - memory leaking with IBM MQ

2014-05-31 Thread Paolo28
-leaking-with-IBM-MQ-tp5751442p5751779.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel JMS - memory leaking with IBM MQ

2014-05-26 Thread Paolo28
in context: http://camel.465427.n5.nabble.com/Camel-JMS-memory-leaking-with-IBM-MQ-tp5751442p5751590.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel JMS - memory leaking with IBM MQ

2014-05-26 Thread Minh Tran
.n5.nabble.com/Camel-JMS-memory-leaking-with-IBM-MQ-tp5751442p5751590.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel JMS - memory leaking with IBM MQ

2014-05-22 Thread Paolo28
Hi, I use IBM MQ not ActiveMQ but I considered wrapping MQ conn. factory with Spring impl. but anyway caching is always about performance boosts so the calling code does not create expensive objects over and over if not needed. However if not caching it should not result in memory leak. Resoruces

Camel JMS - memory leaking with IBM MQ

2014-05-21 Thread Paolo28
the transaction is commited and connection is returned to the pool. I also assumed the resource management is fully Camel driven including resource cleanup. The same IBM MQ setup is used in different apps which run on Spring only and no memory leaks are reported. Of course I don´t want to blame Camel

Re: Camel JMS - memory leaking with IBM MQ

2014-05-21 Thread Willem Jiang
needed classes might be created by the MQ impl. but all should be eligible to garbage collector. Once message processed the transaction is commited and connection is returned to the pool. I also assumed the resource management is fully Camel driven including resource cleanup. The same IBM MQ setup

Re: JMS message selector problem with IBM MQ when doing request/reply (MEP InOut)

2014-02-01 Thread Claus Ibsen
in the replies. And also do not use the same selector name on the same shared queue for other routes / Camel apps etc. Fernando -- View this message in context: http://camel.465427.n5.nabble.com/JMS-message-selector-problem-with-IBM-MQ-when-doing-request-reply-MEP-InOut-tp5746670p5746678.html Sent

JMS message selector problem with IBM MQ when doing request/reply (MEP InOut)

2014-01-31 Thread Fernando Giorgetti
-- View this message in context: http://camel.465427.n5.nabble.com/JMS-message-selector-problem-with-IBM-MQ-when-doing-request-reply-MEP-InOut-tp5746670.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JMS message selector problem with IBM MQ when doing request/reply (MEP InOut)

2014-01-31 Thread Claus Ibsen
that is being used. Is there any way we can restrict the selector size? We are using a shared/fixed reply to queue. Thank you, Fernando -- View this message in context: http://camel.465427.n5.nabble.com/JMS-message-selector-problem-with-IBM-MQ-when-doing-request-reply-MEP-InOut

Re: JMS message selector problem with IBM MQ when doing request/reply (MEP InOut)

2014-01-31 Thread Fernando Giorgetti
be able to return them to the respective producers, based on the original JMSCorrelationID they set, is that correct? Thanks a lot for your help, Fernando -- View this message in context: http://camel.465427.n5.nabble.com/JMS-message-selector-problem-with-IBM-MQ-when-doing-request-reply-MEP-InOut

IBM MQ

2013-12-15 Thread keepcl123
I have a spring context application. I want to use camel in order to send a text message from a bean in my application to a remote IBM MQ. can someone give me an example? Thx -- View this message in context: http://camel.465427.n5.nabble.com/IBM-MQ-tp5744802.html Sent from the Camel - Users

Re: IBM MQ

2013-12-15 Thread Willem Jiang
You can call the IBM MQ API in your bean. Or you can configure the JMSComponent[1] by setting up the connection for the remote IBM MQ. [1]http://camel.apache.org/jms.html -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http

Re: Camel JMS Container sending 1000's of ping like messages in a minute to IBM MQ

2013-10-16 Thread Claus Ibsen
that option, no luck. I have 2 questions 1) JMS Connection Pool - Is there any reference documentation that you can point me to set this up in Camel - Spring - IBM MQ 2) I tried setting ibmmq://queue:CCGD.DDCTM.IN2?*cacheLevelName=CACHE_CONSUMER*maxConcurrentConsumers=2transacted=true, no luck. But we

Re: Camel JMS Container sending 1000's of ping like messages in a minute to IBM MQ

2013-10-15 Thread saran_kct
Any help with this issue is much appreciated Thanks Saran -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JMS-Container-sending-1000-s-of-ping-like-messages-in-a-minute-to-IBM-MQ-tp5741547p5741561.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel JMS Container sending 1000's of ping like messages in a minute to IBM MQ

2013-10-15 Thread Claus Ibsen
...@yahoo.co.in wrote: I am using Camel v2.6.0,Spring v2.5.6 on JBoss 4.3.0,Jdk 1.5 to listen to messages hosted on an IBM MQ. A channel is created on the IBM MQ for this. My MQ Admin is complaining that 1000's of ping like messages are sent to this Channel from my application even though

Re: Camel JMS Container sending 1000's of ping like messages in a minute to IBM MQ

2013-10-15 Thread saran_kct
Thank You Claus. I tried setting that option, no luck. I have 2 questions 1) JMS Connection Pool - Is there any reference documentation that you can point me to set this up in Camel - Spring - IBM MQ 2) I tried setting ibmmq://queue:CCGD.DDCTM.IN2?*cacheLevelName=CACHE_CONSUMER

Camel JMS Container sending 1000's of ping like messages in a minute to IBM MQ

2013-10-14 Thread saran_kct
I am using Camel v2.6.0,Spring v2.5.6 on JBoss 4.3.0,Jdk 1.5 to listen to messages hosted on an IBM MQ. A channel is created on the IBM MQ for this. My MQ Admin is complaining that 1000's of ping like messages are sent to this Channel from my application even though there is no real data posted

Tag transacted/ with JMS Transaction for IBM MQ queue making no difference

2013-09-03 Thread rkarumuri
Hi, I used transacted/ for a IBM MQ queue to behave in a such manner that if system crashes original message should be rolled back or placed on to original queue. But, what I observed is when system crashed we could see message is placed back on to original queue *with or with out* using

Re: Tag transacted/ with JMS Transaction for IBM MQ queue making no difference

2013-09-03 Thread Tom Ellis
, rkarumuri rkarum...@nisum.com wrote: Hi, I used transacted/ for a IBM MQ queue to behave in a such manner that if system crashes original message should be rolled back or placed on to original queue. But, what I observed is when system crashed we could see message is placed back on to original queue

Reading and marshalling messages from IBM MQ / Bindy

2013-08-14 Thread nanotech
Hi, I have the following use case. Write a JUnit test( using CamelTestSupport ) to validate the transformation. 1. Send message ( xml ) to IBM MQ 2. Transformation Engine Reads message from queue and drops the transformed message to another queue. 3. Read the Transformed message (fixed width

Re: Reading and marshalling messages from IBM MQ / Bindy

2013-08-14 Thread Willem jiang
Hi, If you just want to validate the transformed message in unit test, you can replace the endpoint of IBM MQ with the mock endpoint. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http

Camel JMS Component With XA transaction Manager connection to IBM MQ problem

2013-04-04 Thread Russell
-- View this message in context: http://camel.465427.n5.nabble.com/Camel-JMS-Component-With-XA-transaction-Manager-connection-to-IBM-MQ-problem-tp5730376.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel with IBM MQ JNDI

2012-08-23 Thread ambarish.d
Hello Henryk I have edited the post and added my code here. As I said earlier, I am using Java for this route. - thanks Amby http://workingwithqueues.blogspot.com/ -- View this message in context: http://camel.465427.n5.nabble.com/Camel-with-IBM-MQ-JNDI-tp5717890p5717968.html Sent from

Re: Camel with IBM MQ JNDI

2012-08-23 Thread Willem jiang
, ambarish.d wrote: Hello Henryk I have edited the post and added my code here. As I said earlier, I am using Java for this route. - thanks Amby http://workingwithqueues.blogspot.com/ -- View this message in context: http://camel.465427.n5.nabble.com/Camel-with-IBM-MQ-JNDI

Camel with IBM MQ JNDI

2012-08-22 Thread ambarish.d
Hello I am trying to use Camel with IBM MQ Queue. I want to set few properties with JNDI on Queue Object. I found few thread Destination Resolver is the answer but I am not able to find any Java example of doing this. I am using Java for creating Endpoint and Producer template. Destination

Re: Camel with IBM MQ JNDI

2012-08-22 Thread Henryk Konsek
Hi Amby, Can anybody please suggest proper way of using JndiDestinationResolver, it will be great help. Could you paste your routes here please :) . This will be a good starting point, if you want somebody to advise you something :) . Laters. -- Henryk Konsek

Re: Camel with IBM MQ JNDI

2012-08-22 Thread Willem jiang
/) (Chinese) Twitter: willemjiang Weibo: willemjiang On Thursday, August 23, 2012 at 2:34 AM, ambarish.d wrote: Hello I am trying to use Camel with IBM MQ Queue. I want to set few properties with JNDI on Queue Object. I found few thread Destination Resolver is the answer but I am

Re: How to set header as RFH1 for ibm mq

2012-06-14 Thread Magnus Palmér
? Check out this in the IBM Info Center for WMQ - http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.javadoc.doc/WMQJMSClasses/com/ibm/mq/jms/JMSC.html#MQJMS_BROKER_V1 : *JMS API Compatibility layer. This is provided solely for backwards compatibility with provider specific JMS

Re: IBM MQ and CAMEL

2012-05-29 Thread newbiee
I am trying to connect to IBM MQ following the settings, that Ashwin Karpe has placed in the following link: http://camel.465427.n5.nabble.com/Can-Camel-communicate-over-IBM-MQ-sender-receiver-channels-td4429050.html However, I am getting the following error: [ltMessageListenerContainer-102

Re: IBM MQ and CAMEL

2012-05-29 Thread David Karlsen
2085 == Object not found, which means the qmgr and/or queue is undefined. Please see WMQ documentation. 2012/5/30 newbiee m_ess...@hotmail.com: I am trying to connect to IBM MQ following the settings, that Ashwin Karpe has placed in the following link: http://camel.465427.n5.nabble.com/Can

Re: JAR for IBM MQ

2012-03-27 Thread Claus Ibsen
Hi IBM MQ is a commercial product, so you have to purchase it from IBM. And IBM can deliver those JARs as part of Java JMS clients. IBM do not publish those JARs to a Maven repository. And I doubt it would be legal to do so by others. Hence you cannot find those JARs in the internet. If you have

Re: JAR for IBM MQ

2012-03-27 Thread Magnus Palmér
still need to do as Claus wrote, install the jars you need to your local Maven repo. It is not legal to publish the (How to do it can be found in the Maven FAQ: http://maven.apache.org/general.html#importing-jars) Den 27 mars 2012 08:19 skrev Claus Ibsen claus.ib...@gmail.com: Hi IBM MQ

JAR for IBM MQ

2012-03-26 Thread newbiee
Hi, I am getting BUILD error because following JARS could not be found. com.ibm.mq:com.ibm.mq.jmqi:jar:7.0.1.3 com.ibm:com.ibm.mqjms:jar:7.0.1.3 com.ibm:com.ibm.mqjms:jar:7.0.1.3 To use IBM MQ, I have added following in my POM: dependency groupIdcom.ibm.mq/groupId

Re: IBM MQ and CAMEL

2012-03-25 Thread Claus Ibsen
Hi I suggest to search this mail archive, as this has been discussed in the past how to use IBM MQ with Camel. And people have posted code snippets of their solutions. On Sat, Mar 24, 2012 at 2:06 PM, newbiee m_ess...@hotmail.com wrote: Hi, I have a need to send and consume messages from

Re: IBM MQ and CAMEL

2012-03-25 Thread newbiee
Is this all I need to use IBM MQ or Is there anything misssing that I need to add. If I search your site, it takes considerable time to find the answer and sometimes it is not clear. IBM MQ is commnely used in messaging, is there a to-the-point document and link that explains how what is needed

Re: IBM MQ and CAMEL

2012-03-25 Thread Christian Müller
If you already use WebSphere MQ, you should know you have to configure the connection factory in a different way... Please have a look at [1] and [2]. [1] http://camel.465427.n5.nabble.com/Can-Camel-communicate-over-IBM-MQ-sender-receiver-channels-td4429050.html [2] http://stackoverflow.com

IBM MQ and CAMEL

2012-03-24 Thread newbiee
Hi, I have a need to send and consume messages from IBM MQ. I have been using ACTIVE MQ and I will appreciate if an expert could correct the snapshot shown below: 1. Spring configuration for IBM MQ: (I have been using similar for Active MQ but would like to confirm if I could use the same

how to configure jms URI to support send or receive message on remote ibm mq queue

2011-12-13 Thread xiangqiuzhao
i can't use JNDI and can't use some configure file. so i wan't know how to use from(uri) to receive or send message to remote ibm mq queue. how to sepecial the address and port. -- View this message in context: http://camel.465427.n5.nabble.com/how-to-configure-jms-URI-to-support-send

Re: how to configure jms URI to support send or receive message on remote ibm mq queue

2011-12-13 Thread Willem Jiang
Can you using Spring to access the IBM mq ? You just need to setup the right connection factory on camel-jms component. On Tue Dec 13 16:24:19 2011, xiangqiuzhao wrote: i can't use JNDI and can't use some configure file. so i wan't know how to use from(uri) to receive or send message

Re: how to configure jms URI to support send or receive message on remote ibm mq queue

2011-12-13 Thread Claus Ibsen
Hi Google and search this forum. There has been plenty of posts about how to connect to IBM MQ from JMS and/or Camel. On Tue, Dec 13, 2011 at 9:24 AM, xiangqiuzhao xiangqiuz...@gmail.com wrote: i can't use JNDI and can't use some configure file. so i wan't know how to use from(uri

Re: how to configure jms URI to support send or receive message on remote ibm mq queue

2011-12-13 Thread xiangqiuzhao
i only want to use camel api to setup the jms to access ibm mq. and i want to extend camel-jms to support my application message protocol. like big message how to split some small message. -- View this message in context: http://camel.465427.n5.nabble.com/how-to-configure-jms-URI-to-support

  1   2   >