Author |
Message |
Topic: Configuring Tomcat JMS Connection to WebSphereMQ |
hilltops
Replies: 2 Views: 12414
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 03, 2013 7:04 am Subject: Configuring Tomcat JMS Connection to WebSphereMQ |
Hello,
The back-end has been set with the usual MQ objects (channel, queue, port, listener, MCAUser on channel and auth on queues, etc) and have been tested using amqsputc to work OK. amqsputc has ... |
Topic: Configuring Tomcat JMS Connection to WebSphereMQ |
hilltops
Replies: 2 Views: 12414
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 03, 2013 2:54 am Subject: Configuring Tomcat JMS Connection to WebSphereMQ |
Hello,
Has anyone got a successful Tomcat JMS Client connection to an MQ queue manager? This question seemed to have been discussed on this forum several times, but no one has confirmed actually im ... |
Topic: Specifying MQSI_WORKPATH at Installation of IIB 9.0.0.0 |
hilltops
Replies: 10 Views: 9679
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 23, 2013 9:43 am Subject: Specifying MQSI_WORKPATH at Installation of IIB 9.0.0.0 |
Thanks - Looks like am worrying too much. Will try the suggested experiment at work on Monday. |
Topic: Specifying MQSI_WORKPATH at Installation of IIB 9.0.0.0 |
hilltops
Replies: 10 Views: 9679
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 23, 2013 2:55 am Subject: Specifying MQSI_WORKPATH at Installation of IIB 9.0.0.0 |
Thanks guys.
I just wanted to know if it was possible to decide on the work directory at installation time and check if I had not missed some steps from the installation process. From your contribu ... |
Topic: Specifying MQSI_WORKPATH at Installation of IIB 9.0.0.0 |
hilltops
Replies: 10 Views: 9679
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 22, 2013 5:25 pm Subject: Specifying MQSI_WORKPATH at Installation of IIB 9.0.0.0 |
Ah - the question is whether there is any potential problem in store in having multiple installation share the same work directory.
If an earlier installation is removed, uninstalled - is there a p ... |
Topic: Specifying MQSI_WORKPATH at Installation of IIB 9.0.0.0 |
hilltops
Replies: 10 Views: 9679
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 22, 2013 1:17 pm Subject: Specifying MQSI_WORKPATH at Installation of IIB 9.0.0.0 |
Yes, it is possible to specify the work directory at Broker creation time with the -w option, which is optional. But if you don't specify it, the broker's work directory defaults to that of the instal ... |
Topic: Specifying MQSI_WORKPATH at Installation of IIB 9.0.0.0 |
hilltops
Replies: 10 Views: 9679
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 22, 2013 12:14 pm Subject: Specifying MQSI_WORKPATH at Installation of IIB 9.0.0.0 |
Hello,
Help required please. I am installing IBM Integration Bus Version 9 on a Linux server and am wondering whether it is possible to specify the location work direction at installation. The defa ... |
Topic: Using dynamic subscription queues in JMS Pub/Sub through WAS |
hilltops
Replies: 1 Views: 4265
|
Forum: General IBM MQ Support Posted: Thu Jan 15, 2009 9:26 am Subject: Using dynamic subscription queues in JMS Pub/Sub through WAS |
I am trying to configure an Websphere Application Server (WAS) to use an MQ Pub/Sub broker (V6.0) using dynamic subscription queues. The manual suggests that this can be done in one of two ways:
1 ... |
Topic: Identifying Orphan Subscriptions with MQ Pub/Sub Broker |
hilltops
Replies: 3 Views: 7833
|
Forum: General IBM MQ Support Posted: Thu Nov 20, 2008 10:24 am Subject: Identifying Orphan Subscriptions with MQ Pub/Sub Broker |
How does one identify which subscriptions have become orphan with a pub/sub broker? I have used the tool amqspsd against my queue manager to view the set of subscriptions, but how does one know which ... |
Topic: MQ JMS application: How to subscribe? |
hilltops
Replies: 1 Views: 2056
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 12, 2008 8:05 am Subject: MQ JMS application: How to subscribe? |
For non-JMS application, subscription can be registered on behalf of a subscriber application by send a RegisterSubscription message to the broker CONTROL queue. This subscrition message could specif ... |
Topic: Renewing Queue Manager SSL Certificate |
hilltops
Replies: 1 Views: 3114
|
Forum: General IBM MQ Support Posted: Tue Jul 22, 2008 4:55 am Subject: Renewing Queue Manager SSL Certificate |
Does anyone have a procedure for renewing a queue manager's SSL certificate. Unfortunately, this is not addressed in the MQ Security Manual.
Any pointers will be most appreciated.
Thanks |
Topic: Problem with getting channels to use new conname attribute |
hilltops
Replies: 1 Views: 2183
|
Forum: General IBM MQ Support Posted: Thu Jun 19, 2008 2:05 am Subject: Problem with getting channels to use new conname attribute |
I configure an MQ cluster with two repository queue managers on Linux servers. This worked quite well. However, I decided to change the conname attributes on the channels to some alternative values. W ... |
Topic: Force removing a queue manager from a cluster fails |
hilltops
Replies: 3 Views: 3159
|
Forum: General IBM MQ Support Posted: Thu Jun 12, 2008 4:23 am Subject: Force removing a queue manager from a cluster fails |
Thankx.
The single quotes round QMID as in QMID('GC_TO_COMP_2008-05-08_18.23.21') worked. |
Topic: Force removing a queue manager from a cluster fails |
hilltops
Replies: 3 Views: 3159
|
Forum: General IBM MQ Support Posted: Wed Jun 11, 2008 8:08 am Subject: Force removing a queue manager from a cluster fails |
Hello,
I am trying to remove a rogue queue manager from a cluster using the following command;
RESET CLUSTER(CLUSA) +
QMID(GC_TO_COMP_2008-05-08_18.23.21) +
ACTION(FORCEREMOVE) +
QUEUES(YES)
... |
Topic: Problem with import certificate into the certificate DB |
hilltops
Replies: 15 Views: 35417
|
Forum: General IBM MQ Support Posted: Fri Jan 04, 2008 3:43 pm Subject: Problem with import certificate into the certificate DB |
Yes, indeed I did have the "-format ascii" flag in the "receive" command. But I still have the same problem. |