Re: AW: Re: MQ RC '2080' and '2010'

2004-10-15 Thread Donald Skidmore
If you want to send messages greater 4mb then have to use a client connection. You have to change the default max message size for each queue manager (which is defaulted to 4mb) and you have to set all channels max message length, i.e. svrconn, client and passthru channels. You also can't use

Putafter event in Api exit

2004-09-29 Thread Donald Skidmore
Could anyone tell me how to get the object name from a put after event. There is no reference to the MQOD and the resolved queue name in the PMO structure is always a dynamic reply queue. The amqsaxe0.c is somewhat anemic in this area. Instructions for managing your mailing list subscription are

debugging Windows api dll

2004-06-02 Thread Donald Skidmore
Does anyone know what process I can start to debug a windows api exit dll. Normally I attach runmqchl.exe to my message exit dll and happily go thru my debug session. I haven't found a similar process for api exit dll. _ This email and any

Re: Replacement for Candle Corporation's PQEDIT product

2004-02-03 Thread Donald Skidmore
Take a look at Reconda's product Appwatch. www.reconda.com Criscione, Carol (DIS) wrote: I am looking for a WMQ resource management product which will dynamically add, update, delete WMQ-resource objects including queues and channels in non-Cluster and Cluster environments. It also needs to be

Problems with MMC

2003-08-14 Thread Donald Skidmore
Have anybody run across this scenario: A machine was transferred from a Windows domain to a Windows workgroup. Once machine was rebooted the MQ Explorer and Service windows failed to come up. I would get the message userid is not in the administrator group even though I was using the admin userid.

Problem with Windows XP

2003-07-10 Thread Donald Skidmore
I am trying to create a pair of channels between a Win 2k machine and a Win XP machine. On the Win XP machine I can do a ping channel to the Win2k machine. When I try the same thing on the Win 2k machine I get an error and in the general error log on the Win XP machine I get: AMQ9213: A

Re: MsgExits on Clusters in CrossPlatform Environments

2003-07-01 Thread Donald Skidmore
On a similar note I am looking for documentation on the chad exit for cluster channels. I haven't found any significant details in the family of mq manuals. Could anyone point me to other sources? Ian Vanstone wrote: Neil, I am glad this information is useful, but disappointed to say that it

Re: Problem in putting message of 6mb on mq5.2.1

2002-10-19 Thread Donald Skidmore
If you are using a client connection with the environment variable MQServer than yes you have a limit of 4mb. To overcome this you have to define a client connection on the server. It has to be the same name as your svrconn channel. Then you need to remove the MQserver environment variable and

Compiling on Linux with g++

2002-06-24 Thread Donald Skidmore
I am trying to compile my c++ app on Redhat Linux 7.2 g++ version 2.96. The compiles work fine but linking the libraries fail. I am trying to use the client libraries. I am trying to use libraries imqb23gl.so, imqb23gl.so and imqic.so.It is not finding entries for CMqQFile and CMqsFormat. These