shared database master/master

2014-08-07 Thread Chainbuck
Hello,

I'd like to know if this architecture is feasible. My main goal is I want to
open only ports going out of the internal network and not communications
initiated from DMZ.

/Scenario of an incoming message/

 | D M Z|   I N T E R N A L   |
 | |  |
--> AMQ --> storage <--- AMQ <-- system |
 | |  |

I'm thinking about putting up a shared message store with useLock set to
disabled. (ref:
http://activemq.apache.org/pluggable-storage-lockers.html#Pluggablestoragelockers-PersistenceAdapters)

Could that work? 






--
View this message in context: 
http://activemq.2283324.n4.nabble.com/shared-database-master-master-tp4684271.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Re: Authentication with CXF/ActiveMQ

2014-08-05 Thread Chainbuck
For the record, I wasn't aware of the Camel CXF component.

Here is the final architecture

  SOAP/HTTPXML/JMS   XML/JMS 
 -> CXF component  --> ActiveMQ<-MySystem
|
   \|/
  Central Authentication Service (CAS)
through JAAS


Thx to kimmking for giving me a hand


Question closed.




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Re-Authentication-with-CXF-ActiveMQ-tp4684032p4684125.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Authentication with CXF/ActiveMQ

2014-08-04 Thread Chainbuck
Hello, I have questions regarding authentication with CXF/ActiveMQ .

THE INFRASTRUCTURE
Here are the pieces I want to put in place:
(i n c o m i n g   m e s s a g e   s c e n a r i o)
  SOAP/HTTPXML/JMS
 -> CXF --> ActiveMQ

WHAT I WANT TO DO
I want ActiveMQ to make sure the sender can write to the queue

MY QUESTIONS
- Is it possible for CXF to transfer Certificate/name/psw to ActiveMQ?
ActiveMQ would be in charge of the authentication.
- Or can CXF create a token which ActiveMQ could use to make sure the
message producer can write to the queue?

Thanx



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Authentication-with-CXF-ActiveMQ-tp4684030.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Re: Authentication with CXF/ActiveMQ

2014-08-04 Thread Chainbuck
Thank you kimmking, I'll take a look
:/)/



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Re-Authentication-with-CXF-ActiveMQ-tp4684032p4684082.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Authentication with ActiveMQ when using CXF (B2B)

2014-08-04 Thread Chainbuck
Hello, I have questions regarding authentication with CXF/ActiveMQ . 

THE INFRASTRUCTURE 
Here are the pieces I want to put in place: 
(i n c o m i n g   m e s s a g e   s c e n a r i o) 
  SOAP/HTTPXML/JMS 
 -> CXF --> ActiveMQ 

WHAT I WANT TO DO 
I want ActiveMQ to make sure the sender can write to the queue 

MY QUESTIONS 
- Is it possible for CXF to transfer Certificate/name/psw to ActiveMQ?
ActiveMQ would be in charge of the authentication. 
- Or can CXF create a token which ActiveMQ could use to make sure the
message producer can write to the queue? 

I have no specific reason to authenticate under ActiveMQ (with JAAS). If
authentication under CXF can give me a way to validate (under ActiveMQ) the
authenticated message producer has the right to write to a ActiveMQ queue,
it'd be fine by me. 

Thanx  




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Authentication-with-ActiveMQ-when-using-CXF-B2B-tp4684081.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.