In case some new bee like me wants to know, I was able to achieve this using the following approach.
Extend the spring JndiTemplate to write your own class and overwrite the createInitialContext...
Type: Posts; User: nikhilsk@hotmail.com; Keyword(s):
In case some new bee like me wants to know, I was able to achieve this using the following approach.
Extend the spring JndiTemplate to write your own class and overwrite the createInitialContext...
Hi,
Is there a way to create the JndiTemplate using the MQ .bindings file and FSContext. My .bindings file looks as follows
#-------------------------------------#
# MQSeries Definitions ...
Thanks Mark and Amol,
@Amol, sorry if the message conveyed seemed like that. But it is not that I want both the operations are in single transaction. The JMS interaction is independent of the JDBC...
Hi Mark and Oleg,
Thanks for the replies....
What I meant is that the JMS and JDBC methods / queries are sitting in different DAO's. However both will need to be associated with transactions....
Hi,
I was keen to understand if the @Transactional annotation would work for JMS as well normal JDBC transaction.
Like for example I have a method sendJMSMessage which posts a JMS message to a...
Thanks dr pompeii and sorry for the delayed response.
I went through the links but is there any detailed explanation about the same anywhere. I basically intended to know how the various data...
Hi,
I am pretty oblivious to the spring MVC integration with JSON. However for one of my project its mandatory to use JSON in the front end. I have the following requirement.
1. UI will send...