Author |
Message |
Topic: migration v5.3 to v6 : some questions |
gunter
Replies: 3 Views: 4897
|
Forum: General IBM MQ Support Posted: Mon May 31, 2010 3:02 am Subject: migration v5.3 to v6 : some questions |
- is there any roll-back procedure in case of problem ?
- After starting the v6 there is no way back, make a copy before
- there is no impact on any MQSeries clients or servers connecting to an up ... |
Topic: MQ Performance question, re channel throughput maxes @25MB/s |
gunter
Replies: 28 Views: 23856
|
Forum: General Discussion Posted: Mon Apr 19, 2010 11:00 am Subject: MQ Performance question, re channel throughput maxes @25MB/s |
Maybe the same problem exists with the commt interval.
500kB * 128 ~ 64 MB
DefaultQBufferSize 10485760 ~ 10 MB
The queuemanager cannot hold the data in its memory.
DefaultPQBufferSize is not ... |
Topic: multi-threaded program error 2219 or 2059 |
gunter
Replies: 12 Views: 16026
|
Forum: IBM MQ API Support Posted: Thu Apr 01, 2010 3:34 am Subject: multi-threaded program error 2219 or 2059 |
If you use more than one thread, you hav to connect in every thread to the queuemanager.
Read here "Scope of MQCONN or MQCONNX" and follow the link to "Shared (thread independent) c ... |
Topic: Script to send a request to MQ |
gunter
Replies: 15 Views: 14499
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Mar 12, 2010 12:13 am Subject: Script to send a request to MQ |
Hi,
Aishu asked for a way to send messages by an script and I think, it is not so niche to get ten posts on this thread and only one tries to answer.
Even if it is the worst solution to hold a c ... |
Topic: banned from this site |
gunter
Replies: 5 Views: 25353
|
Forum: General Forums Information Posted: Wed Feb 10, 2010 2:25 am Subject: banned from this site |
Hi,
a few days ago, I tried to search the forum and got
You have been banned from this forum.
Please contact the webmaster or board administrator for more information.
I thought, there wa ... |
Topic: Browser hangs for seconds before showing page |
gunter
Replies: 7 Views: 28728
|
Forum: General Forums Information Posted: Thu Jan 28, 2010 12:49 am Subject: Browser hangs for seconds before showing page |
Hi,
Nearly every page is shown after waiting a few seconds (3-10). It looks as if the server is waiting for something, maybe an ad.
It's quite annoying to navigate through the forum.
I'm the on ... |
Topic: Where can I find Perl module for WMQ ->MQSeries |
gunter
Replies: 6 Views: 10652
|
Forum: IBM MQ API Support Posted: Mon Jan 11, 2010 4:28 am Subject: Where can I find Perl module for WMQ ->MQSeries |
Read this: http://search.cpan.org/~mqseries/MQSeries-1.30/README. It describes all you need to get it running.
There is also a note about using PCF. |
Topic: Where is this link moved to? |
gunter
Replies: 3 Views: 4712
|
Forum: General IBM MQ Support Posted: Wed Dec 30, 2009 1:21 am Subject: Where is this link moved to? |
The link in the repository is broken, too.
http://www-304.ibm.com/jct01005c/isv/tech/sampmq.html |
Topic: 64 & 32 bit applications |
gunter
Replies: 6 Views: 8700
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Dec 23, 2009 12:59 am Subject: 64 & 32 bit applications |
Sorry, I misunderstood your question.
In /usr/lib are only 32bit mq-libs, therefore IBM recommends to use a build-in library path to /opt/mqm/lib64 for your application. This is a compiler option ( ... |
Topic: mqrc 2102 |
gunter
Replies: 3 Views: 6027
|
Forum: General Discussion Posted: Mon Dec 21, 2009 1:37 am Subject: mqrc 2102 |
MQRC_RESOURCE_PROBLEM is not only related to disk space.
Check
- log file size
- memory
- shared memory
...
I would expect a more specific entry in AMQERR*.lOG and maybe a FDC.
Look in mqm/e ... |
Topic: 64 & 32 bit applications |
gunter
Replies: 6 Views: 8700
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Dec 17, 2009 11:51 pm Subject: 64 & 32 bit applications |
It's for security reasons. If you are able to change the library path, you are also able to call functions on modified libraries with the accessrights(maybe root) of the owner or group. Therefore it i ... |
Topic: 64 & 32 bit applications |
gunter
Replies: 6 Views: 8700
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Dec 17, 2009 7:31 am Subject: 64 & 32 bit applications |
IBM puts the mq-libs in the standard lib path(at least on Solaris).
The most binaries are using the setuid and/or setgid bit. LD_LIBRARY_PATH has no effect if this is set. Maybe it is the same on AIX ... |
Topic: Server channel problem |
gunter
Replies: 13 Views: 27612
|
Forum: General IBM MQ Support Posted: Tue Dec 15, 2009 12:37 am Subject: Server channel problem |
There is a known problem with 7.0.1.0, it's not the same but maybe it's related.
http://www-01.ibm.com/support/docview.wss?uid=swg1IZ63971 |
Topic: Does the requestor channel is Bi-directional? |
gunter
Replies: 2 Views: 4133
|
Forum: General IBM MQ Support Posted: Fri Dec 11, 2009 12:09 am Subject: Does the requestor channel is Bi-directional? |
Triggering is bound to a queue and for channels it is only possible on the sending side.
You cannot really control a channel on the receiving side(also not with a requester), it is only possible to r ... |
Topic: End of Service for MQ V6 & MB V6.0 announced |
gunter
Replies: 7 Views: 13263
|
Forum: General IBM MQ Support Posted: Wed Dec 09, 2009 3:53 am Subject: End of Service for MQ V6 & MB V6.0 announced |
There is explizit mentioned 6.0.0 and 6.0.1, so I assume the end of support 6.0.2 is not announced.
But what does it mean? If there is a problem with MQ 6, you have to install the newest fix before a ... |