Author |
Message |
Topic: Setting the WMB Explorer timezone |
kblv
Replies: 0 Views: 1583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 20, 2013 7:50 am Subject: Setting the WMB Explorer timezone |
Hi,
I'm using WMB version 8.0.0.2 with MQ Explorer v7.0
for some reason the timezone shown by the explorer is set to PKT timezone.
Is there a way of changing it to some other timezone?
The ... |
Topic: Create FTE Logger |
kblv
Replies: 0 Views: 3669
|
Forum: IBM MQ File Transfer Edition Posted: Wed Feb 06, 2013 6:36 am Subject: Create FTE Logger |
Hi,
I'm using MQ V7.5.
I have installed Managed File transfer package.
I'm trying to create a test environment for FTE,
I'm using single-QMgr topology, QM-name: COORDQM.
Currently I'm having ... |
Topic: Using corellation Id with File To Queue trasfer |
kblv
Replies: 2 Views: 4940
|
Forum: IBM MQ File Transfer Edition Posted: Wed Mar 14, 2012 12:41 pm Subject: Using corellation Id with File To Queue trasfer |
Wrong design path. You should leave the MQMD alone and set the message properties.
I know that it will be better solution to just use the message properties, but its required code change in the cli ... |
Topic: Using corellation Id with File To Queue trasfer |
kblv
Replies: 2 Views: 4940
|
Forum: IBM MQ File Transfer Edition Posted: Wed Mar 14, 2012 2:35 am Subject: Using corellation Id with File To Queue trasfer |
Hi,
using File to Queue monitor, is there a way to set the message corellatio-id to be some fixed string?
IBM suggest me to use the user exit API,
with this solution I can change transfer meta- ... |
Topic: using ${messageid} in monitor |
kblv
Replies: 5 Views: 7164
|
Forum: IBM MQ File Transfer Edition Posted: Tue Jan 31, 2012 10:39 am Subject: using ${messageid} in monitor |
I tried to use Choubey's solution,
this how the monitor XML is look like:
<request version="4.00" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:n ... |
Topic: using ${messageid} in monitor |
kblv
Replies: 5 Views: 7164
|
Forum: IBM MQ File Transfer Edition Posted: Tue Dec 06, 2011 4:04 am Subject: using ${messageid} in monitor |
Hi,
I am trying to create a queue to file monitor.
I want the file name to be equal to the message id,
I used ${messageid} but I got the "message identifier bytes" value instead of the ... |
Topic: Connecting to remote QMGR in AMI |
kblv
Replies: 5 Views: 5233
|
Forum: IBM MQ API Support Posted: Wed Oct 26, 2011 2:38 am Subject: Connecting to remote QMGR in AMI |
OK, solved it out,
just need to add the port in the TCP address,
*client TCP address = the remote machune IP (port)
 |
Topic: Connecting to remote QMGR in AMI |
kblv
Replies: 5 Views: 5233
|
Forum: IBM MQ API Support Posted: Tue Oct 25, 2011 7:34 am Subject: Connecting to remote QMGR in AMI |
I'm using every jar I need to compile the program... it does compile, and works fine with the locals QMGRs.. but still failed in remote QMGR
 |
Topic: Connecting to remote QMGR in AMI |
kblv
Replies: 5 Views: 5233
|
Forum: IBM MQ API Support Posted: Tue Oct 25, 2011 7:13 am Subject: Connecting to remote QMGR in AMI |
Yes, I have the full installation, server + client MQ V7.0.0.1 |
Topic: Connecting to remote QMGR in AMI |
kblv
Replies: 5 Views: 5233
|
Forum: IBM MQ API Support Posted: Tue Oct 25, 2011 6:32 am Subject: Connecting to remote QMGR in AMI |
Hi,
before I'll ask my question I just say: I KNOW AMI IS DEAD LONG TIME AGO.... I just MUST using it for some tests, so please help me...
I'm trying to put a message on a queue that is on a QMG ... |
Topic: Creating and editing the CCDT |
kblv
Replies: 5 Views: 7598
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 24, 2011 11:50 am Subject: Creating and editing the CCDT |
Thanks to you both!
I downloaded the support pac and I find it very useful for my needs!
 |
Topic: Creating and editing the CCDT |
kblv
Replies: 5 Views: 7598
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 24, 2011 8:29 am Subject: Creating and editing the CCDT |
kblv wrote:
Is there another way to do it?
Yes. There's a support pac.
Can you expand about it please? |
Topic: Creating and editing the CCDT |
kblv
Replies: 5 Views: 7598
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 24, 2011 7:56 am Subject: Creating and editing the CCDT |
Hi,
I am trying to find the best way to create/edit the client-channel-table.
One way that works fine is to create all of the channels that I need on some random QMGR and then copying the AMQCLC ... |
Topic: Connect to remote Queue manager in java |
kblv
Replies: 16 Views: 14197
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 24, 2011 5:32 am Subject: Connect to remote Queue manager in java |
I know it sounds contradictory,
what happens is that there is a team that responsible for creating each QMGR in the organization, they have procedures to follow in each creating of new QMGR,
the por ... |
Topic: Connect to remote Queue manager in java |
kblv
Replies: 16 Views: 14197
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 24, 2011 4:57 am Subject: Connect to remote Queue manager in java |
Well there is no doubt that your way is the best way to work,
but the fact is that although we have such procedure to document each QMGR when its been created, we found out there is QMGRs that not in ... |