Author |
Message |
Topic: MQE - is this in Iseries too??? |
YATAWAL
Replies: 12 Views: 34380
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Thu May 10, 2007 4:19 am Subject: MQE - is this in Iseries too??? |
Re: MQe samples,
(1) the following link has the MQe Info Centre and takes you through creating a basic application.
http://publib.boulder.ibm.com/infocenter/iwedhelp/v6r0/index.jsp?topic=/com.ibm ... |
Topic: MQeCommunicationsException |
YATAWAL
Replies: 1 Views: 12708
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Mon Sep 25, 2006 11:51 pm Subject: MQeCommunicationsException |
I would test the MQe configuration in this way:
1) Check if the comms adapters are the same at both ends:
You appear to be using the MQe TcpLength adapter at the SurePos End. Check what your lapto ... |
Topic: client-server connection |
YATAWAL
Replies: 3 Views: 18762
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Wed Sep 06, 2006 5:04 am Subject: client-server connection |
If a queue manager has a listener configured, it becomes a server.
If the same queue manager has connections configured to other servers it becomes a client. So the same queue manager can act as a c ... |
Topic: Transforming blob data to XML |
YATAWAL
Replies: 26 Views: 61125
|
Forum: WebSphere DataPower Posted: Mon Sep 04, 2006 3:32 am Subject: Transforming blob data to XML |
In the Broker, an RCD node (ResetContentDescriptor) should be able to transform a BLOB to XML. Drag a RCD node to the point where you want the BLOB converted to XML, right click to open the node pro ... |
Topic: client-server connection |
YATAWAL
Replies: 3 Views: 18762
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Thu Aug 31, 2006 7:34 am Subject: client-server connection |
If you change the port to 9082, the server must listen at that port.
So when you start the server, try adding the matching server side parameter --serverport 9082 |
Topic: How to set MQ format from a MQe message. |
YATAWAL
Replies: 5 Views: 26158
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Jan 31, 2006 8:18 am Subject: How to set MQ format from a MQe message. |
You may wish to try the supplied function setFormat in ..\MQe\C\include\published\MQe_MQMessage.h which is
MQERETURN MQEPUBLISHED mqeMQMessage_setFormat(MQeMQMessageHndl hMsgObj, MQeExceptBlock *pEr ... |
Topic: MQe Explorer |
YATAWAL
Replies: 3 Views: 13794
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Mon Jul 11, 2005 3:08 am Subject: MQe Explorer |
Try changing the Windows Registry entry:
My computer\HKET_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
from TRIAL.IBM.MQSERIES.EVERYPLACE
to
IBM.MQSERIES.EVERYPLACE
And ... |
Topic: MQEveryplace Questions |
YATAWAL
Replies: 1 Views: 10786
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Jul 05, 2005 3:09 am Subject: MQEveryplace Questions |
1) Yes, you need a connection definition and a remote queue definition.
You can let queue discovery automatically create a remote sync queue. In this case just a connection is all that's required. bu ... |
Topic: Trigger Transmission Problem |
YATAWAL
Replies: 1 Views: 10089
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Fri Jun 10, 2005 10:20 am Subject: Trigger Transmission Problem |
If the TriggerTransmission was called but the the connection was offline, then the message still stays in the client's remote queue.
One technique to make the trigger transmission retry at regular ... |
Topic: From MQe 2.0.0.0 to MQe 2.0.1.0 |
YATAWAL
Replies: 4 Views: 14201
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Fri Jun 10, 2005 10:10 am Subject: From MQe 2.0.0.0 to MQe 2.0.1.0 |
The T suffix stands for trial code.
Goto:
http://www.ibm.com/software/integration/wmqe
and there is a link on the right hand side to download the latest version.
Current version available fo ... |
Topic: MQ everyplace tutorials for Java ? |
YATAWAL
Replies: 2 Views: 12038
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Feb 15, 2005 2:02 am Subject: MQ everyplace tutorials for Java ? |
There is a eclipse compatible MQe documentation which guides you through a step by step approach to building a basic MQe application.
WebSphere MQ Everyplace V2.0.1 Information Centre (Docs Plugin) ... |
Topic: automated WMQe start and stop issue on Unix |
YATAWAL
Replies: 4 Views: 14112
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Sun Feb 06, 2005 8:04 am Subject: automated WMQe start and stop issue on Unix |
There is a queue manager start example in the product.
MQe server (no MQ bridge):
java examples.queuemanager.MQeServer <ini_file>
MQe gateway (server + MQ bridge):
java examples.mqbridge ... |
Topic: automated WMQe start and stop issue on Unix |
YATAWAL
Replies: 4 Views: 14112
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Feb 01, 2005 5:40 am Subject: automated WMQe start and stop issue on Unix |
You can use a MQe queue rule to achieve this as well.
Create a queue rule so that the PutMessage method has the following line.
MQeQueueManager.getDefaultQueueManager().closeQuiesce(5000) ;
... |
Topic: MQe_Explorer Problems |
YATAWAL
Replies: 1 Views: 9897
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Wed Nov 24, 2004 8:37 am Subject: MQe_Explorer Problems |
Its in the MQ Everyplace Product file, MQeBase.jar. The MQeExplorer requires the MQ Everyplace product files in the classpath. |
Topic: Problem in configuring Bridge |
YATAWAL
Replies: 3 Views: 10932
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Oct 19, 2004 12:25 am Subject: Problem in configuring Bridge |
The MQ Brodge component of MQ Everyplace, needs the MQ Java Client code. Make sure that the classpath settings point to the MQ Java client jars. An example of setting these classes are in the JavaEn ... |