Author |
Message |
Topic: Problems running JMSAdmin |
javierDiaz
Replies: 3 Views: 7627
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 25, 2002 5:19 am Subject: Problems running JMSAdmin |
Hi there,
I am getting the following when running JMSAdmin:
$ JMSAdmin
Exception in thread "main" java.lang.NoSuchMethodError: com.ibm.mq.MQEnvironment.runningInWS()Z
at com.ibm.mq.jms ... |
Topic: First MQSeries version supporting the use of Java and JMS |
javierDiaz
Replies: 2 Views: 6129
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 26, 2002 1:46 am Subject: Forgot to say... |
...that the platforms I am interested in are Solaris and Windows. |
Topic: First MQSeries version supporting the use of Java and JMS |
javierDiaz
Replies: 2 Views: 6129
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 26, 2002 1:43 am Subject: First MQSeries version supporting the use of Java and JMS |
Hi there,
Could you tell me what is the first MQSeries version that supports the use of both Java and JMS? Is it version 5.1?
Thanks for your help,
Javi |
Topic: Having problems when sending message with 'fadas' (accent) |
javierDiaz
Replies: 7 Views: 9983
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 23, 2002 2:06 am Subject: Problem solved |
Hi there,
Problem solved. You were absolutely right. Our code was relying on Java strings and using a TextMessage object for the outbound message. Replacing it with a BytesMessage object solved the ... |
Topic: Having problems when sending message with 'fadas' (accent) |
javierDiaz
Replies: 7 Views: 9983
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 18, 2002 12:44 am Subject: accents issue |
Thanks a lot to both of you for your ideas and suggestions. I'll carry out a little research based on your comments and see what happens. I'll let the forum know whatever the outcome.
Cheers,
Ja ... |
Topic: Having problems when sending message with 'fadas' (accent) |
javierDiaz
Replies: 7 Views: 9983
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 17, 2002 7:38 am Subject: Having problems when sending message with 'fadas' (accent) |
Sorry - forgot to say that I used /opt/mqm/samp/bin/amqsbcg <queue_name> <queue_mgr_name> for browsing the queue. All this is running on a UNIX platform.
The following is part of the ... |
Topic: Having problems when sending message with 'fadas' (accent) |
javierDiaz
Replies: 7 Views: 9983
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 17, 2002 6:07 am Subject: Having problems when sending message with 'fadas' (accent) |
Hi all,
I am sending messages (strings) with characters containing accents or fadas (e.g. á) using the JMS QueueSender send() method to a MQSeries queue. I am printing out the contents of the Text ... |
Topic: EJBs and transactions |
javierDiaz
Replies: 1 Views: 4245
|
Forum: IBM MQ Java / JMS Posted: Mon May 27, 2002 5:49 am Subject: EJBs and transactions |
Hi there,
I have an EJB that invokes a "send" method from another EJB which acts as a JMS dispatcher of messages: the caller EJB invokes (using a loop) the JMS EJB and this one sends the messages o ... |
Topic: Best way of reading a JMSBytesMessage message |
javierDiaz
Replies: 2 Views: 5956
|
Forum: IBM MQ Java / JMS Posted: Fri May 24, 2002 1:11 am Subject: BytesMessage discussion |
Hi murugan,
first of all, thanks a lot for your reply. What you propose here is really interesting and definitely a very good alternative for the future but unfortunately the sending application is ... |
Topic: Best way of reading a JMSBytesMessage message |
javierDiaz
Replies: 2 Views: 5956
|
Forum: IBM MQ Java / JMS Posted: Thu May 23, 2002 12:41 am Subject: Best way of reading a JMSBytesMessage message |
Hi there,
I have read here that one way of retrieving a JMSBytesMessage message from MQ-Series is by using the readBytes() method. This means that you have to either guess the size of the message b ... |
Topic: Pros and cons of using URIs with session.createQueue() |
javierDiaz
Replies: 0 Views: 2666
|
Forum: IBM MQ Java / JMS Posted: Fri May 17, 2002 2:39 am Subject: Pros and cons of using URIs with session.createQueue() |
Hi everyone,
We are trying to develop a JMS dispatcher EJB that ideally should be able to send a message to any destination (queue mgr + queue) provided by the client application. Our first approac ... |
Topic: Channel going down between client and server? |
javierDiaz
Replies: 2 Views: 8263
|
Forum: IBM MQ API Support Posted: Wed Mar 06, 2002 5:37 am Subject: Channel going down between client and server? |
Thanks Peter,
Following your suggestion, we are trying to find out any possible network/mqseries problem that could have caused this. We are also seriously considering the 'single get' option rathe ... |
Topic: Channel going down between client and server? |
javierDiaz
Replies: 2 Views: 8263
|
Forum: IBM MQ API Support Posted: Tue Mar 05, 2002 6:39 am Subject: Channel going down between client and server? |
Hi everyone,
I have a MQSeries client that connects to a MQSeries server using a server connection channel and the MQSERVER env variable. The client then keeps looping forever trying to get message ... |