Author |
Message |
Topic: Removing subscriptions with alternate userid |
moe
Replies: 0 Views: 4625
|
Forum: IBM MQ Security Posted: Fri Nov 05, 2010 1:22 am Subject: Removing subscriptions with alternate userid |
I have a requirement to be able to remove subscriptions with a
"RegistrationUserIdentifier" other than "mqm". The application sending the DeReg command to the broker is connectin ... |
Topic: AMQ9631 Jboss mdb + mq 6027 |
moe
Replies: 0 Views: 3373
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 26, 2009 1:38 am Subject: AMQ9631 Jboss mdb + mq 6027 |
System config:
WebSphere MQ 6.0.2.7 on Solaris 10 SPARC
Jboss AS with matching client libraries, jvm is:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
Java HotSpot(TM) ... |
Topic: Backing out messages to DLQ, resulting in corrupted DLH |
moe
Replies: 10 Views: 16455
|
Forum: IBM MQ Java / JMS Posted: Fri May 15, 2009 12:54 am Subject: Backing out messages to DLQ, resulting in corrupted DLH |
Meh, ill work around it  |
Topic: Backing out messages to DLQ, resulting in corrupted DLH |
moe
Replies: 10 Views: 16455
|
Forum: IBM MQ Java / JMS Posted: Fri May 15, 2009 12:43 am Subject: Backing out messages to DLQ, resulting in corrupted DLH |
Putting aside the argument of whether or not an application should put messages to the dead letter queue.
I'm of the thought that since jms hides the process of checking the redelivery count on a m ... |
Topic: Backing out messages to DLQ, resulting in corrupted DLH |
moe
Replies: 10 Views: 16455
|
Forum: IBM MQ Java / JMS Posted: Thu May 14, 2009 7:13 pm Subject: Backing out messages to DLQ, resulting in corrupted DLH |
Sorry, I didnt mention that the backout queue was set directly to the SYSTEM.DEAD.LETTER.QUEUE.
I was hoping that this would result in the JMS client identifying it as the dead letter queue and bui ... |
Topic: Backing out messages to DLQ, resulting in corrupted DLH |
moe
Replies: 10 Views: 16455
|
Forum: IBM MQ Java / JMS Posted: Thu May 14, 2009 5:14 pm Subject: Backing out messages to DLQ, resulting in corrupted DLH |
Platform: WMQ 6.0.2.3 on Solaris SPARC
JMS client using mq 6.0.2.3 jars.
A few months ago we ran into this bug when attempting to move backed out messages to the DLQ from a jms client.
http://w ... |
Topic: Websphere MQ explorer powered by eclipse |
moe
Replies: 16 Views: 24402
|
Forum: IBM MQ API Support Posted: Fri Mar 06, 2009 1:21 am Subject: Websphere MQ explorer powered by eclipse |
shavo, some basics about the publish subscribe messaging paradigm in mq land.
pubsub messaging in wmq land is an abstraction built up on top of the point to point queue based infrastructure.
You ... |
Topic: WebSphere MQ v7 JMS Admin tool |
moe
Replies: 2 Views: 6594
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 09, 2008 1:32 am Subject: WebSphere MQ v7 JMS Admin tool |
If you have a windows or linux version of mq7 installed, you should consider using the admin tool built into the eclipse based explorer. |
Topic: MQ V7.0 Cluster JMS - PUB/SUB - Low Performance |
moe
Replies: 17 Views: 25137
|
Forum: Clustering Posted: Mon Oct 06, 2008 1:05 am Subject: MQ V7.0 Cluster JMS - PUB/SUB - Low Performance |
Im surprised that you are not getting a dynamically created queue per subscriber by default, I'm working on pubsub with mq7 now and I can see that without setting any special options in the topic conn ... |
Topic: Challenge Question - 08 / 2008 |
moe
Replies: 19 Views: 84514
|
Forum: Challenge Forum Posted: Fri Sep 12, 2008 1:21 am Subject: Challenge Question - 08 / 2008 |
Just putting in my 2c:
- Set the MsgDeliverySequence attribute of physical single mq6.x queue on the back end server to to FIFO with priority sequence (MQMDS_PRIORITY)
- Create one alias queue f ... |
Topic: Problem processing JMSBytesMessage |
moe
Replies: 9 Views: 22052
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 02, 2008 9:26 pm Subject: Problem processing JMSBytesMessage |
Spot on bower5932, you need to call the seek function of MQMessage and move the pointer to 0 before attempting to convert it to a PCFMessage |
Topic: QueueManager object failing when running code |
moe
Replies: 17 Views: 26069
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 26, 2008 4:48 pm Subject: QueueManager object failing when running code |
Just wanted to say that jgwheeler's response to this is correct, after defining the topic in jmsadmin using define t(topicname) you must do:
alter t(topicname) topic(topicname) |
Topic: MQOPEN question |
moe
Replies: 8 Views: 10473
|
Forum: IBM MQ API Support Posted: Wed Apr 11, 2007 8:26 pm Subject: MQOPEN question |
Well, not exactly tears but hours and hours and HOURS of browsing doco to no avail, debugging with little more than printf statements, however i'm working on other things right now and will probably g ... |
Topic: MQOPEN question |
moe
Replies: 8 Views: 10473
|
Forum: IBM MQ API Support Posted: Wed Apr 11, 2007 3:57 pm Subject: MQOPEN question |
Im only interested in messages with a particular string inside them, how would combining MQOO_INPUT_SHARED + BROWSE work, wouldnt the BROWSE options always be overruled by the input shared? I mean eve ... |
Topic: MQOPEN question |
moe
Replies: 8 Views: 10473
|
Forum: IBM MQ API Support Posted: Wed Apr 11, 2007 2:48 am Subject: MQOPEN question |
Yes |