Kursat Kurt

Greenhorn
+ Follow
since Nov 10, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kursat Kurt

Hi,

You need to configure "Activation Spesification" in admin console->Resources , jndi name like "eis/ConsumerTest"

also you need to configure JCA Adapter in ibm-ejb-jar-bnd.xml like :

<message-driven name="ConsumerTest">
<jca-adapter activation-spec-binding-name="eis/ConsumerTest" activation-spec-auth-alias="ConsumerTest" destination-binding-name="jms/ConsumerTest" />
</message-driven>

Have fun ...
14 years ago