Author |
Message |
Topic: JMS Failover or MQ Failover? |
elecktra
Replies: 3 Views: 3410
|
Forum: General IBM MQ Support Posted: Tue Nov 22, 2011 1:18 am Subject: QuereFailover Example |
I found this one for QueueFailover
http://www.java2s.com/Open-Source/Java-Document/JBoss/jboss-messaging-1.4.0/org/jboss/example/jms/failover/QueueFailoverExample.java.htm
i need to check it..pl ... |
Topic: JMS Failover or MQ Failover? |
elecktra
Replies: 3 Views: 3410
|
Forum: General IBM MQ Support Posted: Mon Nov 21, 2011 11:04 pm Subject: to check queue session |
Hi,
I think to do failover, i need to check only queue session after connection with CF.
QueueConnectionFactory jmsConnectionFactory = (QueueConnectionFactory) ic.lookup(pr_factoryName);
... |
Topic: JMS Failover or MQ Failover? |
elecktra
Replies: 3 Views: 3410
|
Forum: General IBM MQ Support Posted: Mon Nov 21, 2011 8:14 pm Subject: JMS Failover or MQ Failover? |
Hi,
I want to know if the following is JMS Failover or MQ Failover.
I have two channels to response message to JMS: Primary and Secondary.
So I think I need to make failover programtically i ... |
Topic: Message between weblogic and MQ |
elecktra
Replies: 9 Views: 7007
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 05, 2011 6:48 pm Subject: testing connection |
Hi,
so b4 I got over deploying that ejb, i want to test the connection between weblogic and mq. how can i test it?
thanks
 |
Topic: Message between weblogic and MQ |
elecktra
Replies: 9 Views: 7007
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 05, 2011 12:10 am Subject: Message between weblogic and MQ |
i need to deploy MDB java file on weblogic server right? If so, I am stuck here. it's kinda EJB project? so i need to deploy that ejb project on weblogic server to make it work for sending/receiving m ... |
Topic: Messaging bridge between weblogic and MQ |
elecktra
Replies: 3 Views: 3512
|
Forum: IBM MQ Java / JMS Posted: Sun Sep 04, 2011 8:31 pm Subject: Messaging bridge between weblogic and MQ |
Hi
i have followed some links which demostrates step by step configuration for sending/receiving message between weblogic and mq which are on different machines. but i still cannot get any msg and ... |
Topic: Message between weblogic and MQ |
elecktra
Replies: 9 Views: 7007
|
Forum: IBM MQ Java / JMS Posted: Sun Sep 04, 2011 7:21 pm Subject: Message between weblogic and MQ |
Hi fjb_saper,
i have followed some links which demostrates step by step configuration for sending/receiving message between weblogic and mq which are on different machines. but i still cannot get a ... |
Topic: Message between weblogic and MQ |
elecktra
Replies: 1 Views: 1474
|
Forum: General IBM MQ Support Posted: Sun Sep 04, 2011 7:14 pm Subject: Message between weblogic and MQ |
Hi,
is there any one who could provide me step by step configuration for sending/receiving messages between weblogic and mq which are on different machines.
thanks in advanced |
Topic: Message between weblogic and MQ |
elecktra
Replies: 9 Views: 7007
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 31, 2011 7:26 pm Subject: Message between weblogic and MQ |
even though I can set up to send/receive between these two, is there any restrictions about the message which send from mq. something like message type message content or the file which includes those ... |
Topic: Message between weblogic and MQ |
elecktra
Replies: 9 Views: 7007
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 31, 2011 6:10 pm Subject: Message between weblogic and MQ |
Hi,
I'm doing to integrate webloic and mq for sending/receive message. I want to know what kind of message I need to sent/receive between weblogic and MQ. is there any explanation about the message ... |
Topic: Cannot see existing MQ Manager |
elecktra
Replies: 14 Views: 7470
|
Forum: General IBM MQ Support Posted: Thu Aug 18, 2011 7:37 pm Subject: Cannot see existing MQ Manager |
Hi,
I uninstalled that one and installed again. Now i can see my created mq manager again. another step is that how to create message driven bean in weblogic. i'm doing to integrate weblogic and mq ... |
Topic: Cannot see existing MQ Manager |
elecktra
Replies: 14 Views: 7470
|
Forum: General IBM MQ Support Posted: Tue Aug 16, 2011 7:44 pm Subject: Cannot see existing MQ Manager |
sorry I'm totall new to mq. how do i start "-si" mode and mqm group?
I installed mq, opened mq explorer and create new mq manager and cannot see them.
 |
Topic: Cannot see existing MQ Manager |
elecktra
Replies: 14 Views: 7470
|
Forum: General IBM MQ Support Posted: Tue Aug 16, 2011 6:00 pm Subject: Cannot see existing MQ Manager |
I restart and still cannot see my existing mq manager. When I check "C:\Program Files\IBM\WebSphere MQ\Qmgrs" this path I found out those existing ones but still cannot see in the MQ Explore ... |
Topic: Cannot see existing MQ Manager |
elecktra
Replies: 14 Views: 7470
|
Forum: General IBM MQ Support Posted: Tue Aug 16, 2011 12:24 am Subject: Cannot see existing MQ Manager |
Hi,
I created Queue Manager in MQ Explorer but i cannot see those created queue manager. If I create new one with existing name, it says that that has already created one. how can I make to see my ... |