Author |
Message |
Topic: echo "hello" >> /mqseries.net |
mqjeff
Replies: 3 Views: 7588
|
Forum: General Discussion Posted: Mon Nov 06, 2017 4:43 am Subject: echo "hello" >> /mqseries.net |
-bash:: Permission denied |
Topic: Future of MQ |
mqjeff
Replies: 15 Views: 18721
|
Forum: General Discussion Posted: Wed Nov 01, 2017 9:19 am Subject: Future of MQ |
Be glad - I'm about 4,000 away (and it was never Watford)
That's different, you don't commute 4,000 miles and your home (as opposed to hometown) is in that rebellious former colony.....
Actually ... |
Topic: MQ Power HA Configuration Aix |
mqjeff
Replies: 27 Views: 42800
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 18, 2017 6:16 am Subject: MQ Power HA Configuration Aix |
Banzi!!!!
"banzAi"
So I have an accent......
I think your accent would cause it come out as 'bonsai'... |
Topic: Event Monitoring schema. |
mqjeff
Replies: 12 Views: 12952
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 18, 2017 5:23 am Subject: Event Monitoring schema. |
I am unsure if "xmlns:wmb="http://www.ibm.com/xmlns/prod/websphere/messagebroker/6.1.0/monitoring/event"
means that you are using version 6.1 of MB.
If it does, then you sh ... |
Topic: MQ Power HA Configuration Aix |
mqjeff
Replies: 27 Views: 42800
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 18, 2017 5:18 am Subject: MQ Power HA Configuration Aix |
Banzi!!!!
"banzAi"
Also, it's always fun to screamtest your VPs... |
Topic: Is anyone using Docker for MQ or IIB in production |
mqjeff
Replies: 7 Views: 9598
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 17, 2017 6:49 am Subject: Is anyone using Docker for MQ or IIB in production |
Docker allows you to easily, with some preconfiguration, to run more MQ instances than you are licensed for.
And easily disappear those instances during license audits...
Thus the $$$$$. |
Topic: Is anyone using Docker for MQ or IIB in production |
mqjeff
Replies: 7 Views: 9598
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 17, 2017 6:15 am Subject: Is anyone using Docker for MQ or IIB in production |
Docker is not necessarily for ephemeral containers. And even if you use them that way, you can configure the docker containers to mount outside disk volumes to known locations (i.e. set alternate pat ... |
Topic: Stuck Thread on new MQQueueManager(qMName, Props). |
mqjeff
Replies: 10 Views: 24934
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 17, 2017 6:12 am Subject: Stuck Thread on new MQQueueManager(qMName, Props). |
If you are running in a JEE server (i.e. weblogic) then you should be using JMS and the MQ Resource Adapter.
If you are using the plain MQ classes, then you run into a lot of different problems - a ... |
Topic: customized Timeout response with HttpInput,HttpReply WMB v7 |
mqjeff
Replies: 3 Views: 6996
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 17, 2017 4:19 am Subject: customized Timeout response with HttpInput,HttpReply WMB v7 |
What does the HTTP standard say about the required behavior, and if you are allowed to do what you want?
What if you change the node to wait a longer time and then do something else to check if th ... |
Topic: Stuck Thread on new MQQueueManager(qMName, Props). |
mqjeff
Replies: 10 Views: 24934
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 17, 2017 4:16 am Subject: Stuck Thread on new MQQueueManager(qMName, Props). |
Make sure you are using the MQ Resource Adapter in your weblogic server config.
Also talk to your MQ admin about this issue. After you confirm the above. |
Topic: Unknown constant tag 84 in class file com/ibm/mq/jmqi/JmqiEn |
mqjeff
Replies: 6 Views: 16903
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 17, 2017 4:13 am Subject: Unknown constant tag 84 in class file com/ibm/mq/jmqi/JmqiEn |
You should also look at how this code is being run, that is the shell environment that it is being launched from.
If there is more than one MQ Installation on the machine, and you are not actually ... |
Topic: Unknown constant tag 84 in class file com/ibm/mq/jmqi/JmqiEn |
mqjeff
Replies: 6 Views: 16903
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 16, 2017 7:29 am Subject: Unknown constant tag 84 in class file com/ibm/mq/jmqi/JmqiEn |
That's not anything about a corrupt class file.
It says that there's a constant being passed in that has a value of 84, and the listed class doesn't know about it.
Which, if you start at the bac ... |
Topic: Application getting 2035 not authorized |
mqjeff
Replies: 14 Views: 20624
|
Forum: General IBM MQ Support Posted: Mon Oct 16, 2017 4:10 am Subject: Application getting 2035 not authorized |
Ok.
Then you need to find what ever other chlauth rules might be blocking this user.
And also see if it makes a difference to disable chlauth, rather than make it optional. |
Topic: Application getting 2035 not authorized |
mqjeff
Replies: 14 Views: 20624
|
Forum: General IBM MQ Support Posted: Mon Oct 16, 2017 3:56 am Subject: Application getting 2035 not authorized |
You don't need to check anything client side.
Your CHLAUTH USERMAP rule says that every user coming into this channel - after it's passed all of the previous rules - will be treated as finadm.
S ... |
Topic: How to access a field contain "-" character |
mqjeff
Replies: 3 Views: 5094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 16, 2017 3:50 am Subject: Re: How to access a field contain "-" character |
how can I access a field contain "-" character.
Exactly like that. By using " ". |