Author |
Message |
Topic: Integrating MQ6 Information Centre and Broker 6 Infor Centre |
David.Partridge
Replies: 4 Views: 4725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 13, 2011 7:54 am Subject: Integrating MQ6 Information Centre and Broker 6 Infor Centre |
Thank you Jeff,
I copied all the com.ibm.mq.*.link files to C:\Program Files\IBM\MessageBrokersToolkit\6.0\eclipse\links directory, and that seems to add the MQ documentation to the list very nice ... |
Topic: Integrating MQ6 Information Centre and Broker 6 Infor Centre |
David.Partridge
Replies: 4 Views: 4725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 13, 2011 4:35 am Subject: Integrating MQ6 Information Centre and Broker 6 Infor Centre |
Now if someone can remind me how it is done ... Pretty please |
Topic: Integrating MQ6 Information Centre and Broker 6 Infor Centre |
David.Partridge
Replies: 4 Views: 4725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 13, 2011 2:27 am Subject: Integrating MQ6 Information Centre and Broker 6 Infor Centre |
I know it can be done, I just cannot for the life of me remember how to get the MQ online docs displayed along with the Broker documentation.
I think it is a simple change to an Eclipse config fil ... |
Topic: API exits with extended transactional client. |
David.Partridge
Replies: 6 Views: 15611
|
Forum: User Exits Posted: Fri Feb 19, 2010 2:25 am Subject: API exits with extended transactional client. |
Do you have both re-entrant and non-re-entrant versions of the exit as well as the 32 bit and 64 bit versions and are they all in the correct directories (exits / exits64) |
Topic: New Private Message has arrived |
David.Partridge
Replies: 12 Views: 33866
|
Forum: General Forums Information Posted: Fri Feb 19, 2010 2:19 am Subject: New Private Message has arrived |
I got an email which said I had a new PM on this board.
But when I logged in to look at it I got:
Private messaging has been disabled on this board.
Please explain what's happening here?
[ ... |
Topic: How to get the message Id & group ID from a MQ message. |
David.Partridge
Replies: 5 Views: 19365
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 05, 2008 12:32 am Subject: How to get the message Id & group ID from a MQ message. |
Look at the programming guide and reference manuals and specifically look at the "pass all context" option when used to put a message. |
Topic: Cluster load balancing |
David.Partridge
Replies: 5 Views: 5976
|
Forum: General IBM MQ Support Posted: Wed Nov 05, 2008 12:23 am Subject: Cluster load balancing |
Have you checked that the clusrcvr definition on the QM to which messages are NOT going is correct.
Have you done a dis clusqmgr(*)? |
Topic: Need to compile mirrorq for MQ 6.0.2 |
David.Partridge
Replies: 9 Views: 16287
|
Forum: IBM MQ API Support Posted: Tue Nov 04, 2008 6:46 am Subject: Need to compile mirrorq for MQ 6.0.2 |
The following compilers are supported for WebSphere MQ for AIX® applications:
C/C++
IBM® VisualAge® C++ Professional for AIX Version V5.0, V6.0 and V7.0
IBM C for AIX V5.0, V6.0 and V7.0
... |
Topic: how to share one ImqQueueManager among multi-processes app? |
David.Partridge
Replies: 5 Views: 7218
|
Forum: General Discussion Posted: Mon Nov 03, 2008 12:50 am Subject: how to share one ImqQueueManager among multi-processes app? |
An ImqQueueManager object is no more than a wrapper on an QM HCONN. An HCONN is only valid within one process, and unless special options are used on the connect request, only one thread within that ... |
Topic: Namelist |
David.Partridge
Replies: 7 Views: 7385
|
Forum: General IBM MQ Support Posted: Mon Nov 03, 2008 12:46 am Subject: Namelist |
You can't put messages to a namelist.
All you can do with a namelist is to issue an MQINQ call to find out what its contents are.
If you are using MQ on pretty much any platform than z/OS you ca ... |
Topic: amqmdnet.dll version 1.0.0.3 |
David.Partridge
Replies: 5 Views: 19154
|
Forum: IBM MQ API Support Posted: Mon Nov 03, 2008 12:37 am Subject: amqmdnet.dll version 1.0.0.3 |
I have to ask why you need both versions of the MQ stuff in your assembly?
If this is truly necessary, then I think you will have to open a PMR with IBM and persaude them that it is realistic to re ... |
Topic: Attaching a Header for a MQ-Message |
David.Partridge
Replies: 8 Views: 14955
|
Forum: IBM MQ API Support Posted: Thu Oct 30, 2008 12:20 am Subject: Attaching a Header for a MQ-Message |
To put a message you have to use an MQMD and that is "associated" with the message on the queue. Any other MQ headers your application requires need to be part of your message payload, and ... |
Topic: Could I send a message to the MQ topic using C? |
David.Partridge
Replies: 6 Views: 9699
|
Forum: IBM MQ API Support Posted: Thu Oct 30, 2008 12:13 am Subject: Could I send a message to the MQ topic using C? |
Yes you can - just need to build the appropriate RFH2. |
Topic: Keyetore password prompt at explorer start up |
David.Partridge
Replies: 6 Views: 7558
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 30, 2008 12:08 am Subject: Keyetore password prompt at explorer start up |
Why not? It is after all their own personal key store with only their personal private key and related certificate in need of protection. All the other certificates in there will be either CA cert ... |
Topic: Keyetore password prompt at explorer start up |
David.Partridge
Replies: 6 Views: 7558
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 29, 2008 5:02 am Subject: Keyetore password prompt at explorer start up |
That seems to be the way it works - always prompts for passwords. I'm not aware of a way to make it remember them across sessions. |