Project Manager | Pasadena, CA | $60 hourly


Summary

IdeaReboot Inc is looking for qualified candidates to manage a high visibility strategic project and be responsible for enabling successful solution definition, development and implementation delivery through KP IT’s disciplined and accepted project management processes. KP-IT programs are focused on an associated set of complementary objectives within an overall mission. This position will manage Strategic level projects with broad senior management visibility. Continue reading ‘Project Manager | Pasadena, CA | $60 hourly’

Senior Java/J2EE Developer | 6 Months Contract To Hire Position | Charlotte, NC


Summary

 IdeaReboot Inc is looking for a Senior Java/J2EE developer for one of its clients in Charlotte, NC. Primary purpose of this job is to design, develop, enhance, and administer Java/SQL applications and systems. This position will also provide trouble shooting and client relations as well as be responsible for providing direction and mentoring to the applications development team. This position works in collaboration with Project Management, Product Management, Business Analysis, Quality Assurance, Applications Development, Database Services, Solutions Center and other IT stakeholders to ensure that the applications development changes meet the required deliverables. This position takes direction from the higher levels of the applications development team (architects, senior architects and IT management). Continue reading ‘Senior Java/J2EE Developer | 6 Months Contract To Hire Position | Charlotte, NC’

Senior Websphere Portal Solution Architect | Pleasanton, CA


Summary

IdeaReboot Inc is looking for Senior Websphere Portal Solution Architect for one its client which is a leading Healthcare Service Provider in CA. The Web Portal Solution Architect will provide solution creation, technical consulting, design and coding for projects developed and supported by client’s Web Applications Group working in an agile (Scrum) development community.

Continue reading ‘Senior Websphere Portal Solution Architect | Pleasanton, CA’

Senior Messaging/SOA Integration Developer| Contract | Pleasanton, CA


Summary

IdeaReboot Inc is looking for Senior Integration Developer. The position requires a seasoned engineer, primarily responsible for developing integration solutions, troubleshooting issues and assisting with code reviews to ensure the optimal solution has been delivered. This individual will leverage their knowledge of industry best practices and KP infrastructure to continually improve internal development procedures and standards. As needed, this individual may assist other developers with development challenges and be called upon to assist with critical troubleshooting and bug resolution. When needed, the senior may provide input to solution designs and communicate technical details to business partners. Seniors apply industry best practices regarding Service Oriented Architectures and system modeling in order to satisfy business and technical requirements by developing a reusable, manageable, and cost-effective integration framework.

Continue reading ‘Senior Messaging/SOA Integration Developer| Contract | Pleasanton, CA’

Senior Integration Message Broker Developer | Contract | Pleasanton, CA


Summary

IdeaReboot Inc is looking for Senior Integration Message Broker Developer. The position requires a seasoned engineer, primarily responsible for developing integration solutions, troubleshooting issues and assisting with code reviews to ensure the optimal solution has been delivered. This individual will leverage their knowledge of industry best practices and KP infrastructure to continually improve internal development procedures and standards. As needed, this individual may assist other developers with development challenges and be called upon to assist with critical troubleshooting and bug resolution. When needed, the senior may provide input to solution designs and communicate technical details to business partners. Seniors apply industry best practices regarding Service Oriented Architectures and system modeling in order to satisfy business and technical requirements by developing a reusable, manageable, and cost-effective integration framework. Continue reading ‘Senior Integration Message Broker Developer | Contract | Pleasanton, CA’

Lead QA Engineer with HealthCare experience | Contract | Pleasanton, CA


Summary

IdeaReboot Inc is looking for a Lead QA Engineer with HealthCare experience for one of its clients in CA. The client’s Operations Support Center of Excellence (OSC) Certification Test Team is responsible for quality assurance testing and support of enterprise application collaborations across disparate platforms. Within OSC, the Certification Test Team bears primary responsibility for all aspects of QA within enterprise integration projects involving operational IT systems. These systems are used within all facets of the client’s organization, The Certification Testers who make up this group analyze the integration requirements, message structures, and data processing needs in order to develop the test cases, test scripts, and sample data. Our team applies industry best practices regarding Service Oriented Architectures and Messaging patters to ensure a quality solution is delivered to Production. Continue reading ‘Lead QA Engineer with HealthCare experience | Contract | Pleasanton, CA’

System Integration Manager | Contract Position | Pleasanton, CA


Summary

IdeaReboot Inc. is looking for an System Integration Manager for one of its clients. Enterprise Integration Services (EIS) is responsible for End-To-End Management of our client’s systems integration projects. Within EIS, the Client Services organization is composed of Enterprise Integration Managers (EIMs), who manage client engagements and deliver components that provide enterprise-wide integration solutions throughout the Care Delivery, Health Plan, Business Infrastructure, and HealthConnect portfolios.


Expectations

Continue reading ‘System Integration Manager | Contract Position | Pleasanton, CA’

Senior Integration Developer | Pleasanton, CA | CTC 6-12 Months


Summary

IdeaReboot Inc is looking for Senior Integration Developer. The position requires a seasoned engineer, primarily responsible for developing integration solutions, troubleshooting issues and assisting with code reviews to ensure the optimal solution has been delivered. This individual will leverage their knowledge of industry best practices and our infrastructure to continually improve internal development procedures and standards. As needed, this individual may assist other developers with development challenges and be called upon to assist with critical troubleshooting and bug resolution. When needed, the senior may provide input to solution designs and communicate technical details to business partners. Seniors apply industry best practices regarding Service Oriented Architectures and system modeling in order to satisfy business and technical requirements by developing a reusable, manageable, and cost-effective integration framework. Continue reading ‘Senior Integration Developer | Pleasanton, CA | CTC 6-12 Months’

Senior J2EE Developer | Full-time | Jersey City, NJ


Summary

IdeaReboot Inc is looking for a highly motivated Senior J2EE Developer with strong server side programming and workflow automation experience. The primary responsibility includes defining, designing, and implementing a dynamic workflow solution based on JBPM.

Continue reading ‘Senior J2EE Developer | Full-time | Jersey City, NJ’

JMS - Ensuring Reliability | Part - 2


Continuing from Part 1 which talked about Message Acknowledgment and means of ensuring basic reliability with JMS, here we talk about Persistence, Expiration, Priority and Temporary Queues/Topics.

What are the two delivery modes for messages to specify their Persistence? And, how do you specify them?
The two delivery modes are fields of the DeliveryMode interface and are as follows.

  1. The PERSISTENT delivery mode, which is the default, instructs the JMS provider to take extra care to ensure that a message is not lost in transit in case of a JMS provider failure. A message sent with this delivery mode is logged to stable storage when it is sent.
  2. The NON_PERSISTENT delivery mode does not require the JMS provider to store the message or otherwise guarantee that it is not lost if the provider fails.

Continue reading ‘JMS - Ensuring Reliability | Part - 2′