Author |
Message |
Topic: How to get the message from MDB to web tier |
sriram
Replies: 1 Views: 2843
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 29, 2008 11:23 am Subject: How to get the message from MDB to web tier |
Hi,
My project environment includes websphere mq, OC4j 10.1.3 and MDB.
Using JCA, connection between OC4j and mq series is in place, and can able to retrieve the messages from my in bound qu ... |
Topic: MDB in oc4j |
sriram
Replies: 3 Views: 4241
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 22, 2008 1:08 pm Subject: MDB in oc4j |
Hi,
i would like to include this also to my above question. In my error log i am getting the below exception. Not sure why?
WARNING J2EE EJB-02009 |
Topic: MDB in oc4j |
sriram
Replies: 3 Views: 4241
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 22, 2008 12:55 pm Subject: MDB in oc4j |
Hi,
My environement details
App server : OC4J 10.1.3 JMS Provider : Websphere MQ (installed in the same server where my app server is located)
From servlet using JMS i can able to ... |
Topic: Send msg to websphere MQ from OC4j |
sriram
Replies: 2 Views: 3209
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 11, 2008 11:55 am Subject: Send msg to websphere MQ from OC4j |
Hi,
i tried to set up the resource adapter to get the MQSeries connection to OC4j using ra.xml and oc4j-ra.xml. But some where i am making the mistake. Not able to get the connection factory by ... |
Topic: Send msg to websphere MQ from OC4j |
sriram
Replies: 2 Views: 3209
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 10, 2008 1:05 pm Subject: Send msg to websphere MQ from OC4j |
Hi,
I am using OC4J 10.1.2 (J2ee1.3 complaints) app server to send messages to Websphere MQ 6.0.
I am planning to use MDB because i need to send asynch messages.
My websphere mq ad ... |
Topic: how to send string and byte message together. |
sriram
Replies: 2 Views: 3259
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 08, 2008 6:03 am Subject: how to send string and byte message together. |
Hi,
I already posted one query like transferring a PDF file using MQ. I can able to do that by converting into bytes.
Now my question is, how can i send both string message(xml document conve ... |
Topic: Send a pdf file as an attachement along with a message. |
sriram
Replies: 4 Views: 14900
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 27, 2008 10:53 am Subject: Send a pdf file as an attachement along with a message. |
Sorry ignore my last message, it is having some typo error. Instead of file i sent it as mail.
Hi,
Thanks for your reply. If i want to send a file along with the message. Are you asking me to sen ... |
Topic: Send a pdf file as an attachement along with a message. |
sriram
Replies: 4 Views: 14900
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 27, 2008 10:52 am Subject: Send a pdf file as an attachement along with a message. |
Hi,
Thanks for your reply. If i want to send a mail along with the message. Are you asking me to send the pdf file using byteMessagetype? If so i will differentiate between a message and a file. |
Topic: Send a pdf file as an attachement along with a message. |
sriram
Replies: 4 Views: 14900
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 27, 2008 8:28 am Subject: Send a pdf file as an attachement along with a message. |
Hi,
I can able to send a message to a remote queue using websphere MQ java/JMS api.
Now i would like to send a pdf file as an attachement to that message. Let me know how i can achieve thi ... |