Author |
Message |
Topic: custom AuthService using openldap having issue |
viks
Replies: 2 Views: 4016
|
Forum: IBM MQ Security Posted: Mon Nov 04, 2013 6:55 pm Subject: custom AuthService using openldap having issue |
Hello all,
We are currently building a custom auth service to authenticate user against the LDAP. We are able to make it working to an extend that we can capture the userid sent, but when we call ... |
Topic: Tracking and archiving all messages |
viks
Replies: 17 Views: 19668
|
Forum: General IBM MQ Support Posted: Wed Oct 16, 2013 9:36 pm Subject: Tracking and archiving all messages |
What about using Alias Queues to avoid having all the clients change their endpoints?
Right now publisher A put message to Q1 and consumer B get message from same queue Q1. So either A or B need ... |
Topic: Tracking and archiving all messages |
viks
Replies: 17 Views: 19668
|
Forum: General IBM MQ Support Posted: Wed Oct 16, 2013 6:40 pm Subject: Tracking and archiving all messages |
Thanks PeterPotkay, RogerLacroix for the MMX. This is definitely something similar to what I'm looking for.
Tracking and archiving are two different activities. What exactly do you mean by 'track ... |
Topic: Tracking and archiving all messages |
viks
Replies: 17 Views: 19668
|
Forum: General IBM MQ Support Posted: Tue Oct 15, 2013 9:30 pm Subject: Tracking and archiving all messages |
Hi,
We are having a scenario where we need to track and archive all the messages flowing through our queue manager. So for that I need to replicate all the messages to an another queue while the ex ... |
Topic: Trouble in reading messages with RFH2 header MQRC 2011 |
viks
Replies: 9 Views: 16435
|
Forum: IBM MQ API Support Posted: Fri Jun 14, 2013 3:08 am Subject: resolved |
Thanks rekarm01, Jeff,
Looks like I debugged the issue. , and was able to resolve it, though I'm not sure this is the exact fix or it just a workaround.
Just a substring did the trick.
Le ... |
Topic: Trouble in reading messages with RFH2 header MQRC 2011 |
viks
Replies: 9 Views: 16435
|
Forum: IBM MQ API Support Posted: Thu Jun 13, 2013 3:53 am Subject: Trouble in reading messages with RFH2 header MQRC 2011 |
Thanks Jeff,
Do you mean the MQMD CodedCharSetId ? or RFH2 CodedCharSetId ?
I tried for both MQCCSI_DEFAULT, MQCCSI_Q_MGR, MQCCSI_INHERIT, MQCCSI_EMBEDDED . None set that to 1028 ( stays as 8 ... |
Topic: Trouble in reading messages with RFH2 header MQRC 2011 |
viks
Replies: 9 Views: 16435
|
Forum: IBM MQ API Support Posted: Wed Jun 12, 2013 6:38 pm Subject: Trouble in reading messages with RFH2 header MQRC 2011 |
Thanks jeff for your reply..
Yes, you aright I mean the Data::Dumper ,to be clear this is what I'm doing:
#step 1: Data:Dumper of msg before mqput
print Dumper $msg
#step 2: do a Hex dump ... |
Topic: Trouble in reading messages with RFH2 header MQRC 2011 |
viks
Replies: 9 Views: 16435
|
Forum: IBM MQ API Support Posted: Wed Jun 12, 2013 3:33 am Subject: Trouble in reading messages with RFH2 header MQRC 2011 |
I'm having an issue while migrating our MQ environment from a solaris queue manager to a Linux one. We have a perl program which gets the message from a queue and modify it's RFH2 header ( topic ) and ... |