Author |
Message |
Topic: perl api on aix |
Krishnanunni
Replies: 13 Views: 8470
|
Forum: IBM MQ API Support Posted: Tue Apr 18, 2006 5:03 am Subject: perl api on aix |
Thanks again. Your advice works as expected.
Krish |
Topic: perl api on aix |
Krishnanunni
Replies: 13 Views: 8470
|
Forum: IBM MQ API Support Posted: Tue Apr 18, 2006 12:32 am Subject: perl api on aix |
One more question please..
I was using the OO modules for accessing the messages. Here is my code fragment.
while ( 1 ) {
my $getmessage = MQSeries::Message->new;
$queue->Get
... |
Topic: perl api on aix |
Krishnanunni
Replies: 13 Views: 8470
|
Forum: IBM MQ API Support Posted: Thu Apr 13, 2006 12:14 am Subject: perl api on aix |
Thanks. I was under the impression that make test reads the value from CONFIG where I had specified the details. |
Topic: perl api on aix |
Krishnanunni
Replies: 13 Views: 8470
|
Forum: IBM MQ API Support Posted: Wed Apr 12, 2006 3:05 am Subject: perl api on aix |
Thansk for all your help. I was able to read a message from perl!!!
Great help!!
Krish |
Topic: perl api on aix |
Krishnanunni
Replies: 13 Views: 8470
|
Forum: IBM MQ API Support Posted: Wed Apr 12, 2006 1:27 am Subject: perl api on aix |
Thanks. By the way where do I specify the channel name, ipaddress and port details and que manager name ?
Is it thru something like export MQSERVER=S_ws011049/TCP/localhost(1428) ?
Krish |
Topic: perl api on aix |
Krishnanunni
Replies: 13 Views: 8470
|
Forum: IBM MQ API Support Posted: Wed Apr 12, 2006 12:28 am Subject: perl api on aix |
I think I have installed the modules successfully eventhough make test had failed saying queue manager name not valid. I am able to browse message thru java program though. I had not installed a modul ... |
Topic: perl api on aix |
Krishnanunni
Replies: 13 Views: 8470
|
Forum: IBM MQ API Support Posted: Tue Apr 11, 2006 5:08 am Subject: perl api on aix |
Thanks a lot. I am trying to install afresh now.. |
Topic: perl api on aix |
Krishnanunni
Replies: 13 Views: 8470
|
Forum: IBM MQ API Support Posted: Tue Apr 11, 2006 3:06 am Subject: perl api on aix |
Hi,
I was trying to install the perl module on aix. perl version is 'This is perl, v5.6.0 built for aix'. MQ series client version is 5.3.
I am trying to install the package in the following dire ... |