Author |
Message |
Topic: current depth |
gavon stone
Replies: 3 Views: 2793
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 01, 2005 1:37 pm Subject: current depth |
How do you get the current depth for mq 5.3 using jms
thanks |
Topic: jms message loss |
gavon stone
Replies: 5 Views: 3879
|
Forum: IBM MQ Java / JMS Posted: Thu May 12, 2005 12:12 pm Subject: jms message loss |
Is there a way of making sure via websphere MQ that whenever I use JMS to receive from one queue and then send to another queue that those two actions will not result in the loss of messages i.e in ca ... |
Topic: MQMJMS1016E error |
gavon stone
Replies: 2 Views: 2634
|
Forum: IBM MQ Java / JMS Posted: Tue May 10, 2005 1:23 pm Subject: MQMJMS1016E error |
I am writing a multi threaded jms program on an HP-UX platform using mq 5.3. Sometimes I get this error :
MQJMS1016E an internal error has occured. Please contact your system
administrator. De ... |
Topic: backup queues |
gavon stone
Replies: 9 Views: 5135
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 28, 2005 9:11 am Subject: backup queues |
Is there a way to create a backup queue with Websphere MQ so that when the main queue is full data is automatically sent to the backup. Also when the main queue is brought back to a certain safe depth ... |
Topic: mqget with convert |
gavon stone
Replies: 1 Views: 2051
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 25, 2005 11:35 am Subject: mqget with convert |
How do I do a mqget with convert option using JMS and websphere MQ. |
Topic: ebcdic to ascii |
gavon stone
Replies: 6 Views: 6502
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 22, 2005 1:10 pm Subject: ebcdic to ascii |
I already have lots of classes that read or expecting a bytes message and not a text message. Is there a simple way for me to make the conversion without switching to a textMessage.
thanks |
Topic: ebcdic to ascii |
gavon stone
Replies: 6 Views: 6502
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 22, 2005 1:00 pm Subject: ebcdic to ascii |
I am using JMS. How do you go about doing the conversion in jms on the receiver side.
thanks |
Topic: ebcdic to ascii |
gavon stone
Replies: 6 Views: 6502
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 22, 2005 12:07 pm Subject: ebcdic to ascii |
I need to convert a message originally in ebcdic into ascii I would like to know 1) which sytem does the conversion(sender or receiver) and how do I go about doing that.
thanks |
Topic: jms threads |
gavon stone
Replies: 4 Views: 2408
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 13, 2005 9:55 am Subject: jms threads |
I am using a stand alone jms program and all threads do puts and gets. |
Topic: jms threads |
gavon stone
Replies: 4 Views: 2408
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 13, 2005 8:12 am Subject: jms threads |
I am in the process of writing a multi threaded application using jms and websphere MQ 5.3 which is going to consist of different threads trying to access a queue simultaenously. I would like to know ... |
Topic: getting many messages at once from QueueReceiver() |
gavon stone
Replies: 1 Views: 1444
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 10, 2005 1:44 pm Subject: getting many messages at once from QueueReceiver() |
I am using a selector to select certain messages in a queue based on a property. The selection will return many messages, does anyone know how will I be able to acess all those messages. Currently I ... |
Topic: application property is lost when using jms, websphere MQ |
gavon stone
Replies: 10 Views: 5897
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 09, 2005 1:36 pm Subject: application property is lost when using jms, websphere MQ |
I just got it to work, I switched:
queueLocal.setTargetClient(JMSC.MQJMS_CLIENT_NONJMS_MQ );
to
queueLocal.setTargetClient(JMSC.MQJMS_CLIENT_JMS_COMPLIANT);
thanks fjb_spaer |
Topic: application property is lost when using jms, websphere MQ |
gavon stone
Replies: 10 Views: 5897
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 09, 2005 1:16 pm Subject: application property is lost when using jms, websphere MQ |
I am not using jndi settings for my queue, I did see that the jms administration tool can be used in the manual, but I am not using that also, could I set the property to keep all mqrfh headers from w ... |
Topic: application property is lost when using jms, websphere MQ |
gavon stone
Replies: 10 Views: 5897
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 09, 2005 1:05 pm Subject: application property is lost when using jms, websphere MQ |
I have only one queue on a windows machine and both applications (sender and receiver) are local, do you know what settings on that queue or queue mananger I must change to keep the mqrfh2 header. |
Topic: application property is lost when using jms, websphere MQ |
gavon stone
Replies: 10 Views: 5897
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 09, 2005 12:53 pm Subject: application property is lost when using jms, websphere MQ |
how do you ensure that the mqrfh2 header is kept all the way since I did read that the property is in that header. |