Author |
Message |
Topic: Mq client to connect MQ cluster |
mq_c22
Replies: 5 Views: 3702
|
Forum: General IBM MQ Support Posted: Wed Jul 16, 2014 3:08 am Subject: Mq client to connect MQ cluster |
Do you think using Foreign JMS destination configuration in Weblogic Server, we can connect WMQ?
In that case do we still require MQ client? |
Topic: Mq client to connect MQ cluster |
mq_c22
Replies: 5 Views: 3702
|
Forum: General IBM MQ Support Posted: Wed Jul 16, 2014 12:21 am Subject: Mq client to connect MQ cluster |
Yes. Non-MQ setup I mean there is WMQ installation into that machine. Hence no WMQ QM obviously. In case of Java Application server(Weblogic) in Non-MQ environment any option to connect to WMQ. |
Topic: Mq client to connect MQ cluster |
mq_c22
Replies: 5 Views: 3702
|
Forum: General IBM MQ Support Posted: Tue Jul 15, 2014 11:17 pm Subject: Mq client to connect MQ cluster |
1) There is an environment for Non-MQ setup. If we need to connect to MQ Cluster from Non-Mq environment is Mq client installation in Non-MQ environment only option or other better option available?
... |
Topic: Option to Push Message remote JMS queue |
mq_c22
Replies: 23 Views: 18929
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 09, 2014 4:18 am Subject: Option to Push Message remote JMS queue |
Thanks for the details. It helps. |
Topic: Option to Push Message remote JMS queue |
mq_c22
Replies: 23 Views: 18929
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 08, 2014 1:19 pm Subject: Option to Push Message remote JMS queue |
In the 2nd option are you suggesting Weblogic Foreign JMS Server Configuration With MQ Series. Where remote JNDI name will be the queue names which are on the MQ side. Right?
Between JMS Bridge and t ... |
Topic: Option to Push Message remote JMS queue |
mq_c22
Replies: 23 Views: 18929
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 08, 2014 12:52 pm Subject: Option to Push Message remote JMS queue |
Requirement is to move Message from WMQ queue to JMS queue in Weblogic server .
What is the solution? |
Topic: Option to Push Message remote JMS queue |
mq_c22
Replies: 23 Views: 18929
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 08, 2014 12:32 pm Subject: Option to Push Message remote JMS queue |
Can you please share sample code?
Is it possible to define which include WMQ Queue Manager and JMS Queue Manager?
So that QR will receive message from Q1 through cluster definition? |
Topic: Option to Push Message remote JMS queue |
mq_c22
Replies: 23 Views: 18929
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 08, 2014 12:08 pm Subject: Option to Push Message remote JMS queue |
Please note Cluster q (Q1) in in one machine hosted in WMQ. There is one more machine hosting Weblogic having JMS queue(QR). There is no connectivity either cluster or physical between these two queue ... |
Topic: Option to Push Message remote JMS queue |
mq_c22
Replies: 23 Views: 18929
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 08, 2014 11:50 am Subject: Option to Push Message remote JMS queue |
To avoid further confusion let's make it simple.
From a cluster q how to push a message in a JMS queue which is outside the cluster. |
Topic: Option to Push Message remote JMS queue |
mq_c22
Replies: 23 Views: 18929
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 08, 2014 11:37 am Subject: Option to Push Message remote JMS queue |
Q1 is in WMQ and cluster queue. But JMS queue(QR) is outside WMQ in remote server.
Please confirm whether with following configuration meesage will move to QR from Q1.
DEFINE QREMOTE(QR) RNAME(Q ... |
Topic: Option to Push Message remote JMS queue |
mq_c22
Replies: 23 Views: 18929
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 08, 2014 11:09 am Subject: Option to Push Message remote JMS queue |
If Q1 being in cluster, rather than having multiple option of P1 any better option to push message in remote q outside cluster?
Will following option be a solution ?
The gateway QM of cluster (GWQ ... |
Topic: Option to Push Message remote JMS queue |
mq_c22
Replies: 23 Views: 18929
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 08, 2014 10:06 am Subject: Option to Push Message remote JMS queue |
So in the source queue(say Q1) in WMQ if I enable Trigger which will invoke a program ( Say P1). This P1 will read msg from Q1 and will put message to queue (say Q2) . This Q2 is physically in remote ... |
Topic: Option to Push Message remote JMS queue |
mq_c22
Replies: 23 Views: 18929
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 08, 2014 8:18 am Subject: Option to Push Message remote JMS queue |
Thanks for the suggestion.
Please note it is ONLY push from WMQ to JMS Q.
To make it automated process, which option is better ?
1)Use JMS adapter of WMQ to push message to remote JMS queue i ... |
Topic: Option to Push Message remote JMS queue |
mq_c22
Replies: 23 Views: 18929
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 08, 2014 8:02 am Subject: Option to Push Message remote JMS queue |
Please note there is an xml message in queue of IBM MQ . That message to be pushed to a queue in remote machine of JNDI in Weblogic Server. Please suggest best option with minimal change. |