Author |
Message |
Topic: MQ Series for real-time applications |
xgnitesh
Replies: 3 Views: 4006
|
Forum: General IBM MQ Support Posted: Thu Aug 21, 2008 5:24 am Subject: MQ Series for real-time applications |
Hi all,
I would grateful if someone can please throw some light on this aspect:
How suitable is WebSphere MQ series for a real time distributed application like a real-time day trading system, given ... |
Topic: MQI calls in multi threaded application |
xgnitesh
Replies: 2 Views: 4833
|
Forum: IBM MQ API Support Posted: Sun Jul 06, 2008 9:59 pm Subject: MQI calls in multi threaded application |
Thanks a lot! I tried separate connections for each thread in .NET and it works. |
Topic: MQI calls in multi threaded application |
xgnitesh
Replies: 2 Views: 4833
|
Forum: IBM MQ API Support Posted: Wed Jul 02, 2008 5:02 am Subject: MQI calls in multi threaded application |
Hi all,
I have an application that uses 2 queues to communicate to a server. One input queue and another output queue. I have 2 threads in my program. The worker thread keeps calling MQ ... |
Topic: Cannot remove get and put permissions |
xgnitesh
Replies: 14 Views: 11565
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 10, 2006 8:00 am Subject: Cannot remove get and put permissions |
Thanks jefflowrey
I will apply the CSD and try again. I have another question in the mean time:
I have another MQ server 5.0 where I am finding that it doesnt make any difference whether or not I g ... |
Topic: Cannot remove get and put permissions |
xgnitesh
Replies: 14 Views: 11565
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 10, 2006 7:51 am Subject: Cannot remove get and put permissions |
Actually there was no CSD installed in both the cases. |
Topic: Cannot remove get and put permissions |
xgnitesh
Replies: 14 Views: 11565
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 10, 2006 7:27 am Subject: Cannot remove get and put permissions |
I am trying to do this on MQ Server 5.3 installed on win 2003 server.
However, when I try the same thing on MQ Server 5.3 on win2k professional, it works. |
Topic: Cannot remove get and put permissions |
xgnitesh
Replies: 14 Views: 11565
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 10, 2006 4:22 am Subject: Cannot remove get and put permissions |
Hi,
This is what I did:
C:\Documents and Settings\Administrator>dspmqaut -m UKEDISMQD1.QUEUE.MANAGER -n
DS2K.WEFA.EDIS.QUE -t queue -p subscriber
Entity subscriber has the following authori ... |
Topic: Cannot remove get and put permissions |
xgnitesh
Replies: 14 Views: 11565
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 09, 2006 6:39 am Subject: Cannot remove get and put permissions |
Hi All,
Thanks very much for your replies
1. subscriber is not a member of mqm group. Its a member of Users.
2. I did not do refresh security. How to do it?
Well the same thing is working on ... |
Topic: Cannot remove get and put permissions |
xgnitesh
Replies: 14 Views: 11565
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon May 08, 2006 11:44 pm Subject: Cannot remove get and put permissions |
Hi All,
I am not able to remove the put permission for a queue.
setmqaut -m QM -n
LQ -t queue -p subscriber -put
The command is successful but when I do dspmqaut, it shows all the old permis ... |
Topic: Need recommendation: Queue Listener |
xgnitesh
Replies: 20 Views: 16053
|
Forum: IBM MQ API Support Posted: Thu May 04, 2006 9:57 am Subject: Need recommendation: Queue Listener |
Hi All,
I also have a similar requirement where I want to track messages in a queue on a real time basis. I made a listener class but I am in dilema that the getmessage call is creating too much new ... |
Topic: 2035 Error on MQSession.AccessQueueManager |
xgnitesh
Replies: 9 Views: 9349
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 27, 2006 9:40 am Subject: 2035 Error on MQSession.AccessQueueManager |
Thanks Vennela,
Your quick help solved my problem. I made a user account called mqseries on both server and client machines with the same password on both. Then I set the MACUser for the server con ... |
Topic: 2035 Error on MQSession.AccessQueueManager |
xgnitesh
Replies: 9 Views: 9349
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 27, 2006 9:14 am Subject: 2035 Error on MQSession.AccessQueueManager |
Hi All,
Did anyone solve the 2035 error? I am facing the same error and I should not disable authorization.
I have a MQ Server with the following objects:
Queue Manager = QM
Local Queue = LQ
Ser ... |
Topic: Client Connection Channel |
xgnitesh
Replies: 9 Views: 5612
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 20, 2006 12:26 am Subject: Client Connection Channel |
Thanks Hubert,
Having a domain account is one of the alternatives but in my case I cannot use a domain account as the client can be located on another part of the internet or another company intran ... |
Topic: Client Connection Channel |
xgnitesh
Replies: 9 Views: 5612
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Apr 19, 2006 11:15 pm Subject: Client Connection Channel |
Hi HubertKleinmanns
Thanks for your response.
Yes, I have set the connect permission for qmgr.
However, I guess my problem is I am not able to provide username/password from clinet side. How d ... |
Topic: Client Connection Channel |
xgnitesh
Replies: 9 Views: 5612
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Apr 19, 2006 9:27 pm Subject: Client Connection Channel |
Hi,
I have MQ Server installed on a windows 2000 professional machine. I have a local windows account on this machine (not a part of domain). I gave get and put permissions to this windows account ... |