Author |
Message |
Topic: Setting Message Style in MQeMsgObject |
UpkarSharma
Replies: 1 Views: 8677
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Mar 26, 2002 9:36 pm Subject: Setting Message Style in MQeMsgObject |
Please dont reply now. I got the answer. |
Topic: Retrieving MQe message from websphere MQ |
UpkarSharma
Replies: 1 Views: 9092
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Mar 26, 2002 9:34 pm Subject: Retrieving MQe message from websphere MQ |
Can anybody let me know how to retieve mqe message from websphere mq?
I have created the mqe message in this way ...
MQeMQMsgObject msg = new MQeMQMsgObject();
msg.putInt(MQe.Msg_Style, MQe.Msg ... |
Topic: Setting Message Style in MQeMsgObject |
UpkarSharma
Replies: 1 Views: 8677
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Mar 26, 2002 3:23 am Subject: Setting Message Style in MQeMsgObject |
Can anyone let me know how to set message style in MQeMsgObject? This is needed when the mqe message is destined for Websphere mq system.
TIA
Upkar Sharma
IBM Certified MQSeries Specialist
[ T ... |
Topic: MQBridge in MQEveryplace |
UpkarSharma
Replies: 6 Views: 16833
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Wed Mar 06, 2002 7:19 pm Subject: MQBridge in MQEveryplace |
Please dont reply ... I have found out the answer to the query.
[ This Message was edited by: UpkarSharma on 2002-03-06 19:20 ] |
Topic: MQBridge in MQEveryplace |
UpkarSharma
Replies: 6 Views: 16833
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Mon Mar 04, 2002 3:09 am Subject: MQBridge in MQEveryplace |
Hi
I have installed MQSeries Everyplace 1.26, MQe_Explorer and MQSeries on Windows NT. I m trying to connect to MQSeries messaging system using MQEveryplace bridges. When I open MQe_Explorer and go t ... |
Topic: Circular vs Linear logs: Which is better? |
UpkarSharma
Replies: 2 Views: 45000
|
Forum: Messaging and Integration Technologies FAQ Posted: Sun Feb 10, 2002 8:19 pm Subject: Circular vs Linear logs: Which is better? |
One more thing I would like to ask ...
Can we change the Log Type once the Queue Manager has been created and if yes then how??????? |
Topic: Web Client in MQ Workflow |
UpkarSharma
Replies: 1 Views: 8578
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Nov 28, 2001 3:11 am Subject: Web Client in MQ Workflow |
Can anybody tell me abt web client in MQ Work flow???? Does it come with MQWorkflow or we need to install a seperate pack for it ... also explain when to use "wa81" support pack.
Thanks in Advance
... |
Topic: MQ transaction in Oracle |
UpkarSharma
Replies: 7 Views: 14469
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 31, 2001 12:43 am Subject: MQ transaction in Oracle |
MQ.begin() will be used only if u are performing some functions on the messages. In that case u will put all the actions in a Unit of work and that unit is either committed or backed out. But these ca ... |
Topic: MQ transaction in Oracle |
UpkarSharma
Replies: 7 Views: 14469
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 31, 2001 12:35 am Subject: MQ transaction in Oracle |
1. Retrieving message from a queue and putting in db in a single transaction is very simple.
Get message from the queue and put it in database and if some exception occurrs, use backout() method of M ... |
Topic: Message from Transmission Q |
UpkarSharma
Replies: 3 Views: 15125
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 31, 2001 12:25 am Subject: Message from Transmission Q |
1. you can run MQSC commands to detect the Channel status by typing :
DISPLAY CHSTATUS(generic_channel_name)
2. You can delete the Messages from the transmission queue if it is get enabled.
3. You ... |
Topic: Which JDK ? |
UpkarSharma
Replies: 2 Views: 11597
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 31, 2001 12:09 am Subject: Which JDK ? |
I hope any latest version will work. |
Topic: Bindings mode works but can’t connect using client mode |
UpkarSharma
Replies: 8 Views: 23324
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 29, 2001 11:49 pm Subject: Bindings mode works but can’t connect using client mode |
For checking the port number, right click the selected QueueManager in MQExplorer, select "All tasks" --> "Services".... You will see another window for MQServices.
Select Queue Manager --> Listene ... |
Topic: Bindings mode works but can’t connect using client mode |
UpkarSharma
Replies: 8 Views: 23324
|
Forum: IBM MQ Java / JMS Posted: Sun Oct 28, 2001 8:44 pm Subject: Bindings mode works but can’t connect using client mode |
Please make sure that Port 1414 is the same to which your application is trying to connect. Also add this line in to your code ... after environment properties...
MQEnvironment.properties.put(MQC.T ... |
Topic: Queue Manager Alias |
UpkarSharma
Replies: 2 Views: 13010
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 22, 2001 11:46 pm Subject: Queue Manager Alias |
Thanks Kolban
I was able to set up Queue Manager Alias.
|
Topic: Reply-To Queue |
UpkarSharma
Replies: 3 Views: 18293
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 22, 2001 10:34 pm Subject: Reply-To Queue |
I was able to get it ...
I used MQMessage Object and its fields replyToQueueName and replyToQueueManagerName to perform my job.
Thanks a lot. |