Author |
Message |
Topic: Simple JMS Put & get with selector WAS JMS get never rec |
arunakumarinampudi
Replies: 4 Views: 5768
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 16, 2013 7:01 am Subject: Simple JMS Put & get with selector WAS JMS get never rec |
My application started working after I changed the scope of the transaction ...
Its settings in WebSphere Integration Developer component level transaction boundary. I have to select "Local ... |
Topic: Simple JMS Put & get with selector WAS JMS get never rec |
arunakumarinampudi
Replies: 4 Views: 5768
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 15, 2013 1:20 pm Subject: Simple JMS Put & get with selector WAS JMS get never rec |
Thank you for very quick reply...
I am using non transacted session with auto ack....
javax.naming.Context ctx = new javax.naming.InitialContext();
javax.jms.ConnectionFactory c ... |
Topic: Simple JMS Put & get with selector WAS JMS get never rec |
arunakumarinampudi
Replies: 4 Views: 5768
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 15, 2013 12:33 pm Subject: Simple JMS Put & get with selector WAS JMS get never rec |
I have very simple application, which puts a simple JMS Text message using JMS API on WebSphere MQ queue from WebSphere app Server (WPS 7.5) ... No issues, put works fine.
The message will go to ... |
Topic: Mediation module in the websphere process server |
arunakumarinampudi
Replies: 2 Views: 6060
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Nov 02, 2006 11:01 pm Subject: Mediation Modules |
Hi;
Try on www.ibm.com/developerWorks. You will find code in developer work articles.
Regard
Arun |
Topic: Mainframe - WPS Adapter |
arunakumarinampudi
Replies: 4 Views: 5667
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Nov 02, 2006 10:58 pm Subject: WPS Flat File Adapter |
Hi;
My experience with Flat File adapter are little shaky, as what you get from flat file adapter is a binary array of the whole file. Then you have to parse the binary array and construct a ... |
Topic: Problem when starting the JText Adapter on AIX 5.3 |
arunakumarinampudi
Replies: 0 Views: 4571
|
Forum: WebSphere Interchange Server + Adapters Posted: Sat Sep 02, 2006 10:41 pm Subject: Problem when starting the JText Adapter on AIX 5.3 |
Hi;
I am trying to start the JText Adapter on AIX 5.3 and getting an error with java.lang.NosuchFieldErrror.
Here is the stack trace
Starting adapter args: /opt/app/IBM/WBIAQA/AdapterJRE/ ... |
Topic: Comparison of WMQe and WMQ |
arunakumarinampudi
Replies: 13 Views: 38478
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Thu Oct 06, 2005 3:58 am Subject: MQe XA compliant |
Hi;
WMQe is not a XA complaint, i.e., it can not behave like a transaction co-ordincator between queue & XA database. However full blown MQ could do that.
WMQe supports persistent mes ... |
Topic: MQe Monotoring/Queue editing.. |
arunakumarinampudi
Replies: 9 Views: 29932
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Thu Oct 06, 2005 3:48 am Subject: WebSphere MQ Everyplace monitoring |
Websphere MQ Everyplace ( aka MQe) supports JMX. One can develope a simple monitoring utility to monitor the MQe queues or you can use contact admin product to do the same.
Alternatively you can use ... |
Topic: Out of Memory !! Error in MQ |
arunakumarinampudi
Replies: 2 Views: 13566
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Aug 09, 2005 10:33 pm Subject: Out of Memory !! Error in MQ |
Is this on MQ Everyplace or on MQ?? If it's on MQ, you might want to post on MQ forum.
My first guess is your application problem, make sure that you are releasing the resources in you app.
... |
Topic: MQ Client or Server or Solaris Env? |
arunakumarinampudi
Replies: 2 Views: 13329
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Wed Jul 27, 2005 4:10 pm Subject: MQ Client or Server or Solaris Env? |
Hi;
On solaris mq get installed on /opt/mqm/ ( /opt/mqm/bin will have executables of mq).
1) Try mqver .. will tell what version of MQ you have if installed
2) Try pkginfo |grep mqm sh ... |
Topic: CBindings problem |
arunakumarinampudi
Replies: 3 Views: 13607
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Wed Jul 27, 2005 4:01 pm Subject: CBindings problem |
Hi;
Could you please post the same on ibm.software.websphere.mqeveryplace ( news server: news.software.ibm.com ). WMQe service team would watch that news group. Good luck
Regards
Arun |