ibm-mq

MQ Explorer - Could not load SWT library

ⅰ亾dé卋堺 提交于 2019-12-23 04:15:22
问题 Installed IBM MQ 8.0.0.4 developer instance in Linux VM (Centos). When launching MQ explorer, using command strmqcfg (getting the following error). !ENTRY org.eclipse.osgi 4 0 2016-01-14 13:33:43.226 !MESSAGE Application error !STACK 1 java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: /home/mqm/.eclipse/com.ibm.mq.explorer.ui.rcp.RcpApplication_8.0.0.201510171407_1624510073_linux_gtk_x86_64/configuration/org.eclipse.osgi/bundles/500/1/.cp/libswt-pi-gtk-4333.so (libgtk-x11-2

Upgrade of Java 8 and MQ - NoClassDEfFoundError

左心房为你撑大大i 提交于 2019-12-23 02:32:56
问题 we recently upgraded our code to Java 8. As part of it MQ was also upgraded to MQ 9. We are using two components jms(7.0.1.6) and jmqi(7.0.1.6) earlier. Now we replaced both the jars with allclient and tracecontrol of MQ 9.0.0.0 JAR. 2017-10-24 02:30:07 INFO server.SqlService<start:29> - SQL Exception in thread "main" java.lang.NoClassDefFoundError: javax/jms/JMSRuntimeException at com.ibm.mq.jms.MQDestination.<clinit>(MQDestination.java:71) at com.epo.core.server.config.LdapConfig.getQueue

CCSID on MQ Managers on different platforms

 ̄綄美尐妖づ 提交于 2019-12-22 23:13:47
问题 If a Solaris based MQ Manager is sending messages to an intermediate Windows MQ Manager that then sends on messages to a Linux MQ manager, does the CCSID need to be changed on them all to be the same? I don't think so but I am being pushed to do so... I have an issue where a client is sending messages from an application on Solaris via an intermediate MQ Manager on Windows but the Linux MQ Manager final destination based application receives the message with CR/LF line ending characters it

Get ClusterName of MQ Queue using Java

折月煮酒 提交于 2019-12-22 18:17:21
问题 I'm building a java application that connects to a MQQueueManager and extracts information about queues. I'm able to get data like QueueType , MaximumMessageLength and more. However, I also want the name of the cluster the queue might be in. There is no function that comes with the MQQueue that gives me this information. After searching the internet I found several things pointing in this direction, but no examples. A part of my function that gives me the MaximumDepth is: queueManager =

C# - SSL with Websphere MQ version 7.0.1

六月ゝ 毕业季﹏ 提交于 2019-12-22 18:15:56
问题 When connecting to an SSL enabled queue manager using C#, what values do I need to set to get the queues to work? I currently get this error: Reason Code: 2393 MQRC_SSL_INITIALIZATION_ERROR In my code I am setting the MQEnvironment.SSLKeyRepository and MQEnvironment.SSLCipherSpec Is there something else I need to set with C# to make this work? I have seen some Java examples that set keystore passwords and types and things. I have also seen examples setting system environment variables too,

Authorization with Websphere MQ 6

坚强是说给别人听的谎言 提交于 2019-12-22 12:22:08
问题 I have the server side of IBM's WebSphere MQ version 6 on a virtual machine running Windows Server 2003, sitting on a Vista desktop. The desktop has the client installed. I've got a little test program (from their code samples) that puts a message on a queue and takes it off again. This program worked when run on the server directly with the server binding. However, I can't get it to work from the client side with the client binding. The error I get is CompCode 2, Reason 2035, which is an

Spring Integration - IBM MQ - Consuming large messages from Queue

a 夏天 提交于 2019-12-22 09:47:58
问题 We are using spring integration to connect to IBM MQ V7.5 to read messages from queue. We occasionally get large messages to read. SI jms adapter fails to read to large message, but it works for smaller messages. Below is the exception we are getting 23:18:35,470 WARN DefaultMessageListenerContainer:839 - Setup of JMS message listener invoker failed for destination 'queue:///Cis.Orders' - trying to recover. Cause: JMSWMQ2002: Failed to get a message from destination 'XXX'.; nested exception

ActiveMQ bridge connector to WebSphereMQ without using XML config

試著忘記壹切 提交于 2019-12-22 08:43:42
问题 I want to create a broker to broker connection between ActiveMQ and WebSphere MQ in an embedded broker. I know that exists the network connector in activemq to do that (broker-to-broker), but I don't know how to configure it to connect to WebSphere MQ. Doing a search in the web I found some different ways to do with XML configuration and I noticed that the XML tags used does not refer the network connector, but refers a <jmsBridgeConnectors> , so I do a research about this bridge connector by

How do I browse a Websphere MQ message without removing it?

允我心安 提交于 2019-12-22 04:39:09
问题 I'm writing a .NET Windows Forms application that will post a message to a Websphere MQ queue and then poll a different queue for a response. If a response is returned, the application will partially process the response in real time. But the response needs to stay in the queue so that a daily batch job, which also reads from the response queue, can do the rest of the processing. I've gotten as far as reading the message. What I haven't been able to figure out is how to read it without

IBM MQ8.0 - AMQ9503 Channel negotiation failed

扶醉桌前 提交于 2019-12-22 00:08:26
问题 I have problem connecting to IBM MQ8.0 from Java client when SSL enabled at client channel(SVRCONN). When SSL is disabled(SSLAUTH to OPTIONAL) at channel, the flow is working fine. Client is java with JRE1.7. MQ server version is IBM MQ8.0 Created self-signed certificates and exchanged properly as per MQ setup references. javax.net.debug=ssl option cofirms in the log that certificate exchange and SSL handshake is successful. But when java client code is trying to get MQManager object,