1

Well, this might have been asked several time before, but I am still in the search of a solution. I am using jawin to connect to MSMQ through my application which runs on JDK7. It works very well, however, jawin cannot run with JDK7 64-bit.

Is there any MSMQ library (free) for Java with JDK 64-bit compatibility?

[EDIT]

Ok. I forgot to add the details or searches I have already made. This is a possible duplicate of Java and MSMQ. I checked the libraries mentioned in the answer but nothing seems to be JDK 64bit compatible.

I have also found one: Jacob. But it doesn't have good documentation. There are no sample examples to read/write from/to MSMQ using Java.

Community
  • 1
  • 1
ParagJ
  • 1,566
  • 10
  • 38
  • 56

1 Answers1

0

I decided to stick with JDK 32-bit.

double-beep
  • 5,031
  • 17
  • 33
  • 41
ParagJ
  • 1,566
  • 10
  • 38
  • 56